diff --git a/fish/.config/fish/conf.d/fisher.fish b/fish/.config/fish/conf.d/fisher.fish new file mode 100644 index 0000000..b1e84fd --- /dev/null +++ b/fish/.config/fish/conf.d/fisher.fish @@ -0,0 +1 @@ +fisher copy-user-key-bindings diff --git a/fish/.config/fish/fishd.iapetus b/fish/.config/fish/fishd.iapetus index 0971576..d56d774 100644 --- a/fish/.config/fish/fishd.iapetus +++ b/fish/.config/fish/fishd.iapetus @@ -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 diff --git a/fish/.config/fish/functions/sshl.fish b/fish/.config/fish/functions/sshl.fish new file mode 100644 index 0000000..4ecd50b --- /dev/null +++ b/fish/.config/fish/functions/sshl.fish @@ -0,0 +1,3 @@ +function sshl + ssh -t dione.onec.me ssh $argv +end