diff options
| author | silly <u65487754@gmail.com> | 2026-03-10 05:57:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-10 05:57:14 +0100 |
| commit | 286b116ec1d7994e75da4b35d1f774742cdf838b (patch) | |
| tree | 22093640b45ab5cd5bd3f9405e5156c7f62e0955 /.config/fish/config.fish | |
| parent | 81b2e5f3555e0e085014693de71857e8f5ba50e7 (diff) | |
Update config.fish
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 64b815c..bccda63 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,6 +1,13 @@ function fish_greeting 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 |
