More fighting with fzf between mac and linux #fishshell

This commit is contained in:
Colin Powell
2019-01-16 07:47:19 -05:00
parent c48510739d
commit bbd681ad57
4 changed files with 3 additions and 3 deletions

View File

@ -1 +0,0 @@
fisher copy-user-key-bindings

View File

@ -4,5 +4,5 @@ if type -q direnv
eval (direnv export fish)
end
else
echo "Install direnv first! Check http://direnv.net" ^&1
echo "Install direnv first! Check http://direnv.net" 2>&1
end