summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2022-02-21 10:20:00 +0100
committerMehdi Sadeghi <mehdi@mehdix.org>2022-03-12 13:50:56 +0100
commit61a1a18ec6616491a5472b6f94226c8126cf764a (patch)
tree54fbf80beefb54181ea73c59fa0c59de0f5560eb /.profile
parenta2a18f7095eb78b6293a7d549e32da91005f65d7 (diff)
Add mutt/rock stuff.
Diffstat (limited to '.profile')
-rw-r--r--.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/.profile b/.profile
index 4832034..cb54b12 100644
--- a/.profile
+++ b/.profile
@@ -1,9 +1,10 @@
+echo .profile begin
# .profile
export ENV=~/.env
export LANG=en_US.UTF-8
export LC_TIME=de_DE.UTF-8
export EDITOR=vim
-export TERM=foot-extra
+#export TERM=foot-extra
export HISTSIZE=65535
export MAKEFLAGS=-j`lscpu | grep '^CPU(s):' | awk -F' ' '{ print $2 }'`
@@ -15,3 +16,5 @@ export GDK_BACKEND=wayland
[ -e .config/$(hostname).profile ] && . .config/$(hostname).profile
[ $0 != sh ] && [ -n $BASH_VERSION ] && shopt login_shell 2>&1 > /dev/null && [ -f ~/.bashrc ] && . ~/.bashrc
+
+echo .profile end