Begin moving away from org file

This commit is contained in:
Ian Keane 2026-07-30 00:08:34 -04:00
parent e038b8c08c
commit 5f5a3c04ea
13 changed files with 346 additions and 219 deletions

7
config/fish/config.fish Normal file
View file

@ -0,0 +1,7 @@
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