blob: 8a975c94daf72b996c889d4aa52865d4d8cd0b2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
function fish_greeting
end
function fish_prompt
echo -n (prompt_pwd)
echo -n " > "
end
abbr -a s sudo
abbr -a update
abbr -a zed zeditor
if status is-interactive
cat ~/.cache/wal/sequences
end
|