summaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
blob: 1722629ae2a1e0fb7b5858576311917354acfbcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
function fish_greeting
end

function fish_prompt
    echo -n (prompt_pwd)
    echo -n " > "
end

abbr -a s sudo
abbr -a update sudo pacman -Syu
abbr -a spi sudo pacman -S
abbr -a yi yay -S
abbr -a search yay -Ss
abbr -a fetch fastfetch

if status is-interactive
    cat ~/.cache/wal/sequences
end