diff options
Diffstat (limited to 'Shell/fish/functions/fish_greeting.fish')
-rw-r--r-- | Shell/fish/functions/fish_greeting.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Shell/fish/functions/fish_greeting.fish b/Shell/fish/functions/fish_greeting.fish new file mode 100644 index 0000000..5ff1d4a --- /dev/null +++ b/Shell/fish/functions/fish_greeting.fish @@ -0,0 +1,3 @@ +function fish_greeting + archey3; +end |