Skip to content

Commit

Permalink
per ttyl history
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhadley committed Sep 3, 2015
1 parent 646d618 commit 37d4592
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/00.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ HISTSIZE=1000000
# Add timestamps to history entries
HISTTIMEFORMAT='%F %T '

# bash_history per ttyl
mkdir -p $HOME/.history.d
HISTFILE="$HOME/.history.d/"$(uname -n)"-"$(tty|cut -c6-)

# Control own PS1 instead of virtualenv (python)
VIRTUAL_ENV_DISABLE_PROMPT=1

Expand Down

0 comments on commit 37d4592

Please sign in to comment.