diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 16:41:07 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 16:41:07 -0500 |
commit | c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6 (patch) | |
tree | 88381c06403e014b484b4a46832f82bdce8b3960 /bash_profile | |
parent | f13b505a50d606ae3d7d472aae3088f270c865b8 (diff) | |
download | rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.tar.gz rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.tar.bz2 rcm-c28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6.zip |
Updates
Diffstat (limited to 'bash_profile')
-rw-r--r-- | bash_profile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash_profile b/bash_profile index 43ac057..daf1791 100644 --- a/bash_profile +++ b/bash_profile @@ -21,6 +21,7 @@ export PF_INFO="ascii title os pkgs shell" export PF_ALIGN="7" export PF_COLOR="0" gpg-agent +emacs --daemon if [ -e /home/mccd/.nix-profile/etc/profile.d/nix.sh ]; then . /home/mccd/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer |