aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
Diffstat (limited to 'profile')
-rw-r--r--profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/profile b/profile
index 3a48e0c..fe1745b 100644
--- a/profile
+++ b/profile
@@ -1,5 +1,6 @@
1# trap 'exit.sh' EXIT 1# trap 'exit.sh' EXIT
2 2
3export PATH=~/.local/bin:$PATH
3export SETTING_DIR=${SETTING_DIR:=$HOME/helper} 4export SETTING_DIR=${SETTING_DIR:=$HOME/helper}
4export TERM=xterm-256color 5export TERM=xterm-256color
5export XDG_CONFIG_HOME=~/.config 6export XDG_CONFIG_HOME=~/.config
@@ -60,7 +61,6 @@ fi
60 61
61# Working DIR 62# Working DIR
62# [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads 63# [[ `pwd` == $HOME ]] && test -d ~/Downloads && cd ~/Downloads
63cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads 64#cd ~/git/dumbymap 2>/dev/null || cd ~/Downloads
64source ~/.profile 2>/dev/null
65 65
66true 66true