Update .config/fish/functions/fish_greeting.fish
This commit is contained in:
parent
ee764f2346
commit
c7978c9fe3
1 changed files with 16 additions and 14 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env fish
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
|
if status --is-interactive
|
||||||
function fish_greeting
|
function fish_greeting
|
||||||
set -f cmd
|
set -f cmd
|
||||||
|
|
||||||
|
@ -17,3 +18,4 @@ function fish_greeting
|
||||||
|
|
||||||
fish -c (string join ' | ' $cmd)
|
fish -c (string join ' | ' $cmd)
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue