summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
blob: 38413a469b453e3d1b0ae51ec1b14a081e281b18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
set PATH \
	 /home/tom/bin \
	 /bin /sbin /usr/bin /usr/games \
	 /usr/local/bin /usr/local/games \
	 /usr/local/sbin /usr/sbin \
	 /home/tom/.cargo/bin \
	 /home/tom/.local/bin

set GOPATH /home/tom/src/go

function fish_user_key_bindings
	for mode in insert default visual
		bind -M $mode \cf forward-char
	end
end

gpg-connect-agent updatestartuptty /bye > /dev/null

function fish_mode_prompt
end