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