Skip to content

Instantly share code, notes, and snippets.

@alsgu3rra
Created May 14, 2024 20:10
Show Gist options
  • Save alsgu3rra/34f36c5c3743bd71664511be083bbdc9 to your computer and use it in GitHub Desktop.
Save alsgu3rra/34f36c5c3743bd71664511be083bbdc9 to your computer and use it in GitHub Desktop.
bash
source $HOME/.shellrc
source $HOME/.aliasesrc
PS1='[\u@\h \W]\$ '
bind "set completion-ignore-case on"
shopt -s autocd
shopt -s cdspell
shopt -s cmdhist
shopt -s dotglob
shopt -s histappend
shopt -s expand_aliases
[[ -f ~/.bashrc-personal ]] && . ~/.bashrc-personal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment