Skip to content

Commit

Permalink
make history file store longer history
Browse files Browse the repository at this point in the history
  • Loading branch information
robin committed Nov 23, 2020
1 parent 43dd98f commit 9268d65
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bashrc.me
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ shopt -s histappend

# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
HISTSIZE=1000
HISTFILESIZE=2000
HISTFILESIZE=200000

# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
Expand Down Expand Up @@ -111,4 +111,11 @@ code-review() {
source ~/.bashrc
}

.ssh() {
eval $(ssh-agent -s)
ssh-add
}

source ~/.cargo/env

# vim: set ft=sh :

0 comments on commit 9268d65

Please sign in to comment.