1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Add aliases.

This commit is contained in:
Bert Peters
2015-04-20 14:27:46 +02:00
parent d27d469a61
commit abc5b1305f

8
zshrc
View File

@@ -15,3 +15,11 @@ source $ZSH/oh-my-zsh.sh
# If I mean interactive, I will tell you.
unalias rm
# Several aliases
gvim='gvim --remote-tab'
if (( $+commands[thefuck] ))
then
alias fuck='thefuck'
fi