Dots Updated

* Adds fish alias for ssh to support xterm
This commit is contained in:
2024-07-03 02:20:48 +05:30
parent 824022cd1f
commit 51381df5cf

View File

@@ -7,3 +7,4 @@ function fish_greeting
end
alias open_file='fzf --preview "less {}" | xargs -o vim'
alias ssh='env TERM=xterm-256color ssh'