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 ll='ls -la'
|
||||||
alias lh='ls -lah'
|
alias lh='ls -lah'
|
||||||
alias ...='cd ../..'
|
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
|
## Command history configuration
|
||||||
HISTFILE=$HOME/.zsh_history
|
HISTFILE=~/.zsh/.zsh_history
|
||||||
HISTSIZE=10000
|
HISTSIZE=10000
|
||||||
SAVEHIST=10000
|
SAVEHIST=10000
|
||||||
|
|
||||||
|
@ -10,4 +10,4 @@ setopt hist_ignore_dups # ignore duplication command history list
|
||||||
setopt hist_ignore_space
|
setopt hist_ignore_space
|
||||||
setopt hist_verify
|
setopt hist_verify
|
||||||
setopt inc_append_history
|
setopt inc_append_history
|
||||||
setopt share_history # share command history data
|
setopt share_history # share command history data
|
||||||
|
|
Loading…
Reference in a new issue