diff options
author | Indrajith | 2024-07-03 02:20:48 +0530 |
---|---|---|
committer | Indrajith | 2024-07-03 02:20:48 +0530 |
commit | 51381df5cf53222e9c2d4683cf098ef4f019f02f (patch) | |
tree | d40feea66f453d3457349380aa4debf973f234ce | |
parent | 824022cd1f633c70c4d2782934251616756f4668 (diff) | |
download | dots-51381df5cf53222e9c2d4683cf098ef4f019f02f.tar.gz dots-51381df5cf53222e9c2d4683cf098ef4f019f02f.tar.bz2 dots-51381df5cf53222e9c2d4683cf098ef4f019f02f.zip |
Dots Updated
* Adds fish alias for ssh to support xterm
-rw-r--r-- | fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish index bf87ddfe1..654d91238 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -7,3 +7,4 @@ function fish_greeting end alias open_file='fzf --preview "less {}" | xargs -o vim' +alias ssh='env TERM=xterm-256color ssh' |