summaryrefslogtreecommitdiffstats
path: root/common/commandline/fish.fish
blob: 294849cc3d86c718821b88ba140914c54cb9673c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Disable greeting
set fish_greeting
set -g fish_key_bindings fish_vi_key_bindings

bind -M insert ctrl-Z 'fg ; commandline -f repaint'

function ssht
	 ssh -t "$argv" "tmux new-session -A -s 'ssh-$HOST'"
end

function cdt
	builtin cd (mktemp -d)
	builtin pwd
end

# TODO: sll