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

View file

@ -1,5 +1,5 @@
## Command history configuration
HISTFILE=$HOME/.zsh_history
HISTFILE=~/.zsh/.zsh_history
HISTSIZE=10000
SAVEHIST=10000