diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-26 19:03:13 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-26 19:03:13 +0200 |
commit | 820f3d39126566d9a720b64f1d55cf9878361e0c (patch) | |
tree | d6d2c9b5be328214143288afa6b99138f721cd2a /home/bashrc | |
parent | d555a9c6bb8f224ac32f3d26c482fa78d3891511 (diff) | |
download | guix-820f3d39126566d9a720b64f1d55cf9878361e0c.tar.gz guix-820f3d39126566d9a720b64f1d55cf9878361e0c.tar.bz2 guix-820f3d39126566d9a720b64f1d55cf9878361e0c.zip |
.
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 |