summaryrefslogtreecommitdiff
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile4
1 files changed, 4 insertions, 0 deletions
diff --git a/profile b/profile
index f7c7e77..4a3b13d 100644
--- a/profile
+++ b/profile
@@ -16,6 +16,10 @@ export PF_ALIGN="7"
export PF_COLOR="0"
export PATH=${PATH}:~/.local/bin
export ENV=$HOME/.kshrc
+export HISTFILE=$HOME/.history
+export HISTSIZE=65535
eval "$(direnv export bash)"
emacs --daemon
+
if [ "$(tty)" == "/dev/tty1" ]; then exec dbus-run-session hikari; fi
+