mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
improved gtk
This commit is contained in:
1
user/programs/terminal/files/shell/rc.d/01-zoxide.zsh
Normal file
1
user/programs/terminal/files/shell/rc.d/01-zoxide.zsh
Normal file
@@ -0,0 +1 @@
|
||||
eval "$(zoxide init zsh)"
|
||||
@@ -5,7 +5,7 @@ if [ -d $HOME/.shellrc/rc.d ]; then
|
||||
source $file
|
||||
done
|
||||
|
||||
for file in $HOME/.shellrc/zshrc.d/*.zsh; do
|
||||
for file in $HOME/.shellrc/rc.d/*.zsh; do
|
||||
source $file
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user