[MAJOR] Added starship prompt

This commit is contained in:
Afonso Franco 2023-06-02 02:12:36 +01:00
parent f6516acfc7
commit b9167a0cac
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,6 @@
if status is-interactive
# Commands to run in interactive sessions can go here
end
fish_default_key_bindings
set -gx EDITOR nvim
@ -17,3 +16,5 @@ source ~/.config/fish/myfunctions/dotfiles.fish
source ~/.config/fish/myfunctions/pacman.fish
source ~/.config/fish/myfunctions/qol.fish
source ~/.config/fish/myfunctions/replacements.fish
starship init fish | source

View file

@ -4,6 +4,7 @@ end
abbr -a find fd
abbr -a df duf
abbr -a v nvim
abbr -a lg lazygit
function rm
echo "rm is disabled, use trash instead"
end