fish configuration

This commit is contained in:
Ivan Golikov 2024-12-15 20:30:46 +01:00
parent d3dac17247
commit b3bd3a4683
4 changed files with 104 additions and 0 deletions

4
.config/fish/config.fish Normal file
View file

@ -0,0 +1,4 @@
if status is-interactive
# Commands to run in interactive sessions can go here
zoxide init fish | source
end