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

Fix shellfix alias.

This commit is contained in:
Bert Peters
2015-04-21 10:56:02 +02:00
parent 6e9af0c85f
commit c86f5061d3

2
zshrc
View File

@@ -21,5 +21,5 @@ gvim='gvim --remote-tab'
if (( $+commands[thefuck] )) if (( $+commands[thefuck] ))
then then
alias fuck='thefuck' alias fuck='$(thefuck $(fc -ln -1))'
fi fi