summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-09 21:23:28 -0500
committerMarc Coquand <marc@mccd.space>2024-05-09 21:23:28 -0500
commit3d7208853d0f7dfdee4c0aa26a65557414aea96f (patch)
tree607e68f9a5bc77599d0ad15eab678f1b6673244b /profile
parent8747402d7647d02d85f513cdd9d32410a6e17db6 (diff)
downloadrcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.gz
rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.tar.bz2
rcm-3d7208853d0f7dfdee4c0aa26a65557414aea96f.zip
Shell update
Diffstat (limited to 'profile')
-rw-r--r--profile5
1 files changed, 3 insertions, 2 deletions
diff --git a/profile b/profile
index 8238f8c..6fffd5b 100644
--- a/profile
+++ b/profile
@@ -11,10 +11,11 @@ export MOZ_ENABLE_WAYLAND="1"
export XCURSOR_SIZE="32"
export XDG_CURRENT_DESKTOP="wlroots"
export XDG_SESSION_TYPE="wayland"
-export PF_INFO="ascii title os pkgs shell"
+export PF_INFO="ascii title os de shell"
export PF_ALIGN="7"
export PF_COLOR="0"
-
+export PATH=${PATH}:~/.local/bin
export ENV=$HOME/.kshrc
+eval "$(direnv export bash)"
emacs --daemon
if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi