Created
May 14, 2024 20:10
-
-
Save alsgu3rra/34f36c5c3743bd71664511be083bbdc9 to your computer and use it in GitHub Desktop.
bash
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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