aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-30 20:41:31 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-30 20:41:31 +0800
commit152ecc894dd24cac6934a10f26f0fcce8445c2ea (patch)
tree49a9996f1a0d601d15c2c85492a0b4d88efd8977 /profile
parent5ba4874b18a62d4dc3578c0e9507a47d1230c37d (diff)
Update
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