feat: Sync complete config - Fish, Ghostty, Neovim Scratch
- Add missing Fish configs (direnv, ssh function) - Add Tokyo Night theme for Ghostty - Complete Neovim scratch config sync - Rewrite install.sh for new structure - Add comprehensive README.md
This commit is contained in:
8
.config/fish/conf.d/direnv.fish
Normal file
8
.config/fish/conf.d/direnv.fish
Normal file
@@ -0,0 +1,8 @@
|
||||
# Direnv integration for fish
|
||||
if type -q direnv
|
||||
# Remove any existing direnv functions first
|
||||
functions -e __direnv_export_eval 2>/dev/null
|
||||
|
||||
# Set up direnv with the correct path
|
||||
eval (direnv hook fish)
|
||||
end
|
||||
Reference in New Issue
Block a user