blob: b42e312c60df5b8975bb6e02e531898dd914d55b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
set PATH /bin /sbin /usr/bin /usr/games \
/usr/local/bin /usr/local/games \
/usr/local/sbin /usr/sbin \
/home/tom/bin \
/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
|