diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 9464e2d..12e913d 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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 diff --git a/.config/fish/myfunctions/replacements.fish b/.config/fish/myfunctions/replacements.fish index df45d3d..5bf0da1 100644 --- a/.config/fish/myfunctions/replacements.fish +++ b/.config/fish/myfunctions/replacements.fish @@ -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