diff options
| author | silly <u65487754@gmail.com> | 2026-03-15 10:40:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-15 10:40:51 +0100 |
| commit | 5ffec104914cba8703f17858da5a442d3f18786d (patch) | |
| tree | f9cacf0c6ea64ebf1984d755112beac884bb8b9a /.config/fish/config.fish | |
| parent | 105c83b62f9d71552de17ff0eaeada3e8f921d53 (diff) | |
Update config.fish
Diffstat (limited to '.config/fish/config.fish')
| -rw-r--r-- | .config/fish/config.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index bccda63..1722629 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,6 +1,11 @@ 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 |
