summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
blob: e99e1dc4799c6cad5a542e51fb80fc4899f8c77b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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

function fish_mode_prompt
end