diff options
| author | silly <u65487754@gmail.com> | 2026-03-08 04:05:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-08 04:05:34 +0100 |
| commit | 059e071affd1d55049731e1df4a2c1ebd58002b0 (patch) | |
| tree | dd5045c5501cfeb2673ef2883eaa4c6cd4d3c680 /.config/fish | |
| parent | 851b7f8b34d5bdba30e362c117c0c4a9e7908da7 (diff) | |
Update config.fish
Diffstat (limited to '.config/fish')
| -rw-r--r-- | .config/fish/config.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 018520b..64b815c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,2 +1,6 @@ function fish_greeting end + +if status is-interactive + cat ~/.cache/wal/sequences +end |
