Gitignore hinzugefügt, alises und history angepasst

This commit is contained in:
Nis Wechselberg 2014-04-24 00:13:25 +02:00
parent 309396ba9e
commit ed7d1e8ead
3 changed files with 9 additions and 3 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
# Ignore cache files from ZSH
.zsh/cache
.zsh/.zsh_history

View file

@ -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)$"'

View file

@ -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