Been so long since I booted the machine with this so idk
This commit is contained in:
parent
1980fb8ffd
commit
381fdd789e
6 changed files with 150 additions and 6 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Nix specific zsh configuration
|
||||
if [ -x "$(command -v nix)" ]; then
|
||||
source "$NIX_SHELL_PLUGIN"
|
||||
source "$NIX_SHELL_PLUGIN"
|
||||
if [ -f "$HOME/.config/user-dirs.dirs" ]; then
|
||||
source "$HOME/.config/user-dirs.dirs"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue