summaryrefslogtreecommitdiffstats
path: root/.config/fish/functions
diff options
context:
space:
mode:
diffstat (limited to '.config/fish/functions')
-rw-r--r--.config/fish/functions/sh.fish3
-rw-r--r--.config/fish/functions/ssh.fish3
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/fish/functions/sh.fish b/.config/fish/functions/sh.fish
deleted file mode 100644
index 3b7ae9a..0000000
--- a/.config/fish/functions/sh.fish
+++ /dev/null
@@ -1,3 +0,0 @@
1function sh --wraps=ssh --description 'ssh with correct TERM'
2 TERM=xterm-256color ssh $argv
3end
diff --git a/.config/fish/functions/ssh.fish b/.config/fish/functions/ssh.fish
new file mode 100644
index 0000000..5b5ac36
--- /dev/null
+++ b/.config/fish/functions/ssh.fish
@@ -0,0 +1,3 @@
1function ssh --wraps=ssh --description 'ssh with correct TERM'
2 TERM=xterm-256color command ssh $argv
3end