Initial commit
This commit is contained in:
17
bash_profile_ext
Normal file
17
bash_profile_ext
Normal file
@@ -0,0 +1,17 @@
|
||||
#### MAGIC VALUE: AZSQFRB8
|
||||
|
||||
export PS1="\[\033[38;5;34m\]\u@\h \W]\\$\[$(tput sgr0)\] "
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
alias ll='ls -lah'
|
||||
alias grep='grep --color=auto'
|
||||
|
||||
# Git should ask for password through the command line
|
||||
unset GIT_ASKPASS
|
||||
unset SSH_ASKPASS
|
||||
|
||||
[ -e "$HOME/.dircolors" ] && DIR_COLORS="$HOME/.dircolors"
|
||||
[ -e "$DIR_COLORS" ] || DIR_COLORS=""
|
||||
eval "`dircolors -b $DIR_COLORS`"
|
||||
|
||||
#### END MAGIC VALUE: AZSQFRB8
|
||||
Reference in New Issue
Block a user