[MAJOR] Added starship prompt
This commit is contained in:
parent
f6516acfc7
commit
b9167a0cac
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
end
|
end
|
||||||
|
|
||||||
fish_default_key_bindings
|
fish_default_key_bindings
|
||||||
|
|
||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
|
@ -17,3 +16,5 @@ source ~/.config/fish/myfunctions/dotfiles.fish
|
||||||
source ~/.config/fish/myfunctions/pacman.fish
|
source ~/.config/fish/myfunctions/pacman.fish
|
||||||
source ~/.config/fish/myfunctions/qol.fish
|
source ~/.config/fish/myfunctions/qol.fish
|
||||||
source ~/.config/fish/myfunctions/replacements.fish
|
source ~/.config/fish/myfunctions/replacements.fish
|
||||||
|
|
||||||
|
starship init fish | source
|
||||||
|
|
|
@ -4,6 +4,7 @@ end
|
||||||
abbr -a find fd
|
abbr -a find fd
|
||||||
abbr -a df duf
|
abbr -a df duf
|
||||||
abbr -a v nvim
|
abbr -a v nvim
|
||||||
|
abbr -a lg lazygit
|
||||||
function rm
|
function rm
|
||||||
echo "rm is disabled, use trash instead"
|
echo "rm is disabled, use trash instead"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue