diff options
| author | silly <u65487754@gmail.com> | 2026-02-08 10:47:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-08 10:47:00 +0100 |
| commit | c6548a9922dc3c7c6ebb0ec00831baa0e57aa9ab (patch) | |
| tree | 249dfd984a5703cd1f2c4c0d764c8b7dbcf17491 /.config/fish | |
| parent | 414e428a5345d19f0fca617df725b496c0c3fda8 (diff) | |
Fix fish_greeting function formatting
Diffstat (limited to '.config/fish')
| -rw-r--r-- | .config/fish/config.fish | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 1bff8d7..25ef432 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -3,5 +3,3 @@ function fish_greeting if status is-interactive [ -f ~/.cache/wal/colors-fish.conf ]; and source ~/.cache/wal/colors-fish.conf end - -end |
