浏览代码

Update fish config #fish

Colin Powell 6 年之前
父节点
当前提交
593ff595d1
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 1 0
      fish/.config/fish/conf.d/fisher.fish
  2. 0 4
      fish/.config/fish/fishd.iapetus
  3. 3 0
      fish/.config/fish/functions/sshl.fish

+ 1 - 0
fish/.config/fish/conf.d/fisher.fish

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

+ 0 - 4
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

+ 3 - 0
fish/.config/fish/functions/sshl.fish

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