chore: Added starship prompt
This commit is contained in:
parent
5519d9b271
commit
307dbcdbb8
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue