1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-26 13:00:32 +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] ))
then
alias fuck='thefuck'
alias fuck='$(thefuck $(fc -ln -1))'
fi