configuring
This commit is contained in:
parent
a4261e3b86
commit
ff513ecd10
10 changed files with 417 additions and 4 deletions
8
dotfiles/dot_config/fish/functions/fish_greeting.fish
Normal file
8
dotfiles/dot_config/fish/functions/fish_greeting.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
function fish_greeting
|
||||
status --is-login
|
||||
if [ $status = 0 ]
|
||||
if which figlet > /dev/null
|
||||
figlet -f "/Users/emenel/.local/flf/wavy.flf" "welcome"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue