Gitignore hinzugefügt, alises und history angepasst
This commit is contained in:
parent
309396ba9e
commit
ed7d1e8ead
3 changed files with 9 additions and 3 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Ignore cache files from ZSH
|
||||
.zsh/cache
|
||||
.zsh/.zsh_history
|
|
@ -1,3 +1,6 @@
|
|||
alias ll='ls -la'
|
||||
alias lh='ls -lah'
|
||||
alias ...='cd ../..'
|
||||
alias cft='rm -r ~/.cache/thumbnails/fail/'
|
||||
alias find_renames='find /media/enbewe/smb/tvshows | grep -v -e "^/media/enbewe/smb/tvshows/[^/]\+/[0-9]\+x[0-9]\+" | grep -E "(mkv|avi)$"'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Command history configuration
|
||||
HISTFILE=$HOME/.zsh_history
|
||||
HISTFILE=~/.zsh/.zsh_history
|
||||
HISTSIZE=10000
|
||||
SAVEHIST=10000
|
||||
|
||||
|
|
Loading…
Reference in a new issue