add fish and starship to dotfile repo
This commit is contained in:
13
fish/config.fish
Normal file
13
fish/config.fish
Normal 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
|
||||
Reference in New Issue
Block a user