add fish shell config
This commit is contained in:
parent
e01cd5110c
commit
5569b6fe10
60 changed files with 1185 additions and 1 deletions
4
Configs/fish/.config/fish/config.fish
Normal file
4
Configs/fish/.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
zoxide init --cmd cd fish | source
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue