diff options
| author | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-01-31 16:03:57 -0500 |
| commit | 73a217ffa13aa728f1903b782428f7f522b4539a (patch) | |
| tree | fde1ef460fed0cc6023f8aacebf3d5fb3043b700 /.config/fish/functions/fish_greeting.fish | |
Initial dotfile stuff
Diffstat (limited to '.config/fish/functions/fish_greeting.fish')
| -rw-r--r-- | .config/fish/functions/fish_greeting.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/fish/functions/fish_greeting.fish b/.config/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..6d853da --- /dev/null +++ b/.config/fish/functions/fish_greeting.fish @@ -0,0 +1,3 @@ +function fish_greeting + fortune +end |
