summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-07 20:24:38 -0500
committerMarc Coquand <marc@mccd.space>2024-05-07 20:24:38 -0500
commitcd801ed3942694c01da953968175ee71405c21dc (patch)
tree9a66fa1e7c2fd1f2683fa7382355c602ded99677 /bash_profile
parentc28d084e9985e0620a1e9ba5b50ef5ceeb07a0e6 (diff)
downloadrcm-cd801ed3942694c01da953968175ee71405c21dc.tar.gz
rcm-cd801ed3942694c01da953968175ee71405c21dc.tar.bz2
rcm-cd801ed3942694c01da953968175ee71405c21dc.zip
Updates
Diffstat (limited to '')
-rw-r--r--bash_profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_profile b/bash_profile
index daf1791..f813f35 100644
--- a/bash_profile
+++ b/bash_profile
@@ -20,7 +20,7 @@ export XDG_SESSION_TYPE="wayland"
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