Add vim and move fish_greeting to top
This commit is contained in:
parent
eeb81e05ee
commit
7e8ae81338
1 changed files with 5 additions and 6 deletions
|
@ -1,9 +1,12 @@
|
||||||
fish_add_path ~/.local/bin
|
fish_add_path ~/.local/bin
|
||||||
fish_add_path ~/.cargo/bin
|
fish_add_path ~/.cargo/bin
|
||||||
|
|
||||||
if status is-interactive
|
set -gx EDITOR vim
|
||||||
# Commands to run in interactive sessions can go here
|
|
||||||
|
function fish_greeting
|
||||||
|
fastfetch
|
||||||
end
|
end
|
||||||
|
|
||||||
# tabtab source for packages
|
# tabtab source for packages
|
||||||
# uninstall by removing these lines
|
# uninstall by removing these lines
|
||||||
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
|
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true
|
||||||
|
@ -14,7 +17,3 @@ 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