summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMehdi Sadeghi <mehdi@mehdix.org>2021-07-07 18:16:43 +0200
committerMehdi Sadeghi <mehdi@mehdix.org>2021-07-07 18:16:43 +0200
commit1fe4f059d6d8927772924d922b7d33e5711d345f (patch)
tree9396dedd1212be89efed163f8050ccbb2dadb472 /.profile
parentda83541f68bf47ca1fc5b03848787123664270cc (diff)
Move bash history to bashrc and add time.
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 0 insertions, 2 deletions
diff --git a/.profile b/.profile
index c4a6025..a63a4b3 100644
--- a/.profile
+++ b/.profile
@@ -4,8 +4,6 @@ export LC_TIME=de_DE.UTF-8
export EDITOR=vim
export TERM=xterm
export HISTSIZE=65535
-export HISTCONTROL=ignoreboth
-export PROMPT_COMMAND="history -a;history -n"
export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/.local/bin/`hostname`:$PATH