diff options
author | zachir <zachir@librem.one> | 2023-02-09 21:00:19 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-09 21:00:19 -0600 |
commit | 9d1b118cbf8dc8f5bc4ce23eb3e8c9a336bde811 (patch) | |
tree | 3aa1e7ee6a6900bf5d986e6a41827cb83345ef98 /zsh/.zshenv | |
parent | 6847b54019bac01f81c12d466e92496499b236bb (diff) |
add nix env to zshenv
Diffstat (limited to 'zsh/.zshenv')
-rw-r--r-- | zsh/.zshenv | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv index baa373d..d0753e6 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -74,3 +74,5 @@ export PAGER="less" export ENV="$XDG_CONFIG_HOME/kshrc" export PATH="$HOME/.local/bin/generics:$HOME/.local/volsv:$HOME/.local/bin/shortcmds:$HOME/.local/bin/scripts:$HOME/.local/bin/blocks:$HOME/.local/bin:$HOME/.local/bin/ignore:$HOME/.local/bin/testing:$CARGO_HOME/bin:$GOPATH/bin:/opt/REAPER:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin" + +. /etc/profile.d/nix-daemon.sh |