fish: Add fastfetch to fish_greeting
This commit is contained in:
parent
311afc8ab5
commit
96cdf0bfc1
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@ if not string match -q -- $PNPM_HOME $PATH
|
||||||
set -gx PATH "$PNPM_HOME" $PATH
|
set -gx PATH "$PNPM_HOME" $PATH
|
||||||
end
|
end
|
||||||
# pnpm end
|
# pnpm end
|
||||||
|
|
||||||
|
function fish_greeting
|
||||||
|
fastfetch
|
||||||
|
end
|
||||||
|
|
Loading…
Reference in a new issue