Auto Update
This commit is contained in:
parent
7958081547
commit
0e7be258d9
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.bashrc
|
@ -20,6 +20,9 @@ shopt -s checkwinsize
|
|||
# match all files and zero or more directories and subdirectories.
|
||||
shopt -s globstar
|
||||
|
||||
# automatically prepend cd when entering just a path in the shell
|
||||
shopt -s autocd
|
||||
|
||||
# set a fancy prompt (non-color, unless we know we "want" color)
|
||||
export TERM=xterm-color
|
||||
|
||||
|
|
Loading…
Reference in a new issue