summaryrefslogtreecommitdiffstats
path: root/.config/fish/functions/ssh.fish
blob: 5b5ac36df0690bfad5bc7aaf514848b33b233b81 (plain)
1
2
3
function ssh --wraps=ssh --description 'ssh with correct TERM'
    TERM=xterm-256color command ssh $argv
end