add fish and starship to dotfile repo

This commit is contained in:
Mel
2025-03-01 02:03:26 +01:00
commit 72dac73f9e
9 changed files with 237 additions and 0 deletions

13
fish/config.fish Normal file
View File

@@ -0,0 +1,13 @@
set fish_greeting
if status is-interactive
# Commands to run in interactive sessions can go here
end
# Keybindings to make my life easier
bind --user ctrl-enter accept-autosuggestion
bind --user ctrl-space forward-char
starship init fish | source
direnv hook fish | source
zoxide init fish --cmd cd | source