Skip to content

Commit

Permalink
πŸ‘Š Fixed: Bash History saving bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
MidHunterX committed May 23, 2024
1 parent a4cee9f commit b04fc71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [[ $iatest > 0 ]]; then bind "set bell-style visible"; fi
# Don't put duplicate lines in the history
export HISTCONTROL=ignoredups
# Disable Bash History File
unset HISTFILE
# unset HISTFILE

# Vi mode
set -o vi
Expand Down Expand Up @@ -509,3 +509,5 @@ vicd() {
fi
cd "$dst"
}

history -c

0 comments on commit b04fc71

Please sign in to comment.