Update fish config #fish

This commit is contained in:
Colin Powell
2019-02-21 18:58:41 -05:00
parent ad260c17f5
commit 593ff595d1
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -5,11 +5,7 @@ SET FZF_LEGACY_KEYBINDINGS:1
SET FZF_PREVIEW_DIR_CMD:ls
SET FZF_PREVIEW_FILE_CMD:head\x20\x2dn\x2010
SET FZF_TMUX_HEIGHT:40\x25
SET ZO_CMD:zo
SET Z_CMD:z
SET Z_DATA:/home/powellc/\x2elocal/share/z/data
SET Z_DATA_DIR:/home/powellc/\x2elocal/share/z
SET Z_EXCLUDE:/home/powellc
SET __fish_init_2_39_8:\x1d
SET __fish_init_2_3_0:\x1d
SET fish_color_autosuggestion:555\x1ebrblack

View File

@ -0,0 +1,3 @@
function sshl
ssh -t dione.onec.me ssh $argv
end