diff options
| author | silly <u65487754@gmail.com> | 2026-02-08 06:15:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-08 06:15:44 +0100 |
| commit | 6804e6c49fe2befaed82cf1f201debf13e26b9a8 (patch) | |
| tree | 355699404b5980692bfdb3a25b1e3bd2441ec032 | |
| parent | b629a598f39000b53a6db69f830ebe03323f45eb (diff) | |
Create config.fish
| -rw-r--r-- | .config/fish/config.fish | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish new file mode 100644 index 0000000..edde12f --- /dev/null +++ b/.config/fish/config.fish @@ -0,0 +1,9 @@ +function fish_greeting + +if status is-interactive + # You only need this if you want to use the color variables + # (like $color1) in your fish prompt/functions + [ -f ~/.cache/wal/colors-fish.conf ]; and source ~/.cache/wal/colors-fish.conf +end + +end |
