diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-27 18:52:21 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-27 18:52:21 +0200 |
commit | 9a126f6524bfab5be3d3530ad0cfdf842c2af070 (patch) | |
tree | 2a373703ddc3e1a7da4ca5588315d30cb6add098 /home/bashrc | |
parent | 1397f4ec81f147ecad754b7ad7ab50bce1d9b8e1 (diff) | |
download | guix-9a126f6524bfab5be3d3530ad0cfdf842c2af070.tar.gz guix-9a126f6524bfab5be3d3530ad0cfdf842c2af070.tar.bz2 guix-9a126f6524bfab5be3d3530ad0cfdf842c2af070.zip |
.
Diffstat (limited to 'home/bashrc')
-rw-r--r-- | home/bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/bashrc b/home/bashrc index 91d2db6..6752822 100644 --- a/home/bashrc +++ b/home/bashrc @@ -33,7 +33,7 @@ refs() { cleartrail() { cat $1 | tr -d '\n' } - +source /run/current-system/profile/etc/profile.d/nix.sh alias a='pwd' eval "$(direnv hook bash)" eval "$(zoxide init posix --hook prompt)" |