diff options
Diffstat (limited to 'home/bashrc')
-rw-r--r-- | home/bashrc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/home/bashrc b/home/bashrc index f2495a8..91d2db6 100644 --- a/home/bashrc +++ b/home/bashrc @@ -35,9 +35,7 @@ cleartrail() { } alias a='pwd' - -source /run/current-system/profile/etc/profile.d/nix.sh - +eval "$(direnv hook bash)" eval "$(zoxide init posix --hook prompt)" if [ "$(tty)" = "/dev/tty1" ]; then |