added new alias

This commit is contained in:
JohnE 2015-04-24 23:59:42 -07:00
parent 02d3fa2af2
commit 7a33487cf4
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# 7zip install required (install: 'brew install p7zip')
# 7zip encrypted, enables encryption of archive headers too
alias 7ze='7z a -mhe=on -p'
# install thefuck from brew
alias fuck='eval $(thefuck $(fc -ln -1))'