diff options
| author | silly <u65487754@gmail.com> | 2026-02-26 01:09:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-26 01:09:29 +0100 |
| commit | 87ac874031fe97d0d54ab967b5e988c391ef1c01 (patch) | |
| tree | c2f6544278549105923efdb898fec09fb7e72e1a /.config/fish | |
| parent | 59b39dc98ca58ddf3bf072e523041af14938d984 (diff) | |
Add fish_greeting function to config.fish
Diffstat (limited to '.config/fish')
| -rw-r--r-- | .config/fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index ebe05ba..018520b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1 +1,2 @@ function fish_greeting +end |
