Skip to content

Instantly share code, notes, and snippets.

View RaWolFoX's full-sized avatar
🏠
Working from home

RaWolFoX RaWolFoX

🏠
Working from home
  • Hell
View GitHub Profile
@RaWolFoX
RaWolFoX / bash.bashrc
Last active November 12, 2022 06:19
This is My crazy bashrc. If you have any improvements or corrections , let me know. This is for termux android, but it could work on any system with some tweaking. 🙂
shopt -s histappend
shopt -s histverify
shopt -s expand_aliases
shopt -s cdable_vars
#history is set to unlimited. Change accsavedcmdsg to your need. Also
#change history format if you dont it
export HISTCONTROL=ignoreboth:erasedups