Load fish aliases

This commit is contained in:
Ian Keane 2025-06-28 14:43:36 -04:00
parent cc5bc1c236
commit f534cc706f
2 changed files with 27 additions and 0 deletions

View file

@ -60,6 +60,9 @@ fish_vi_key_bindings
# Initialize starship prompt
starship init fish | source
# Load aliases if they exist
test -f ~/.config/fish/aliases.fish && source ~/.config/fish/aliases.fish
#+end_src
*** Mode Prompt