Minor comment cleanup
This commit is contained in:
parent
fffda87c9e
commit
7cec32d821
1 changed files with 1 additions and 9 deletions
10
bash_profile
10
bash_profile
|
@ -22,9 +22,7 @@ do
|
||||||
[ -d "$p" ] && export MANPATH="$p:$MANPATH"
|
[ -d "$p" ] && export MANPATH="$p:$MANPATH"
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
# Useful aliases
|
||||||
# Aliases
|
|
||||||
#
|
|
||||||
alias g="git"
|
alias g="git"
|
||||||
alias ls="ls --color=auto"
|
alias ls="ls --color=auto"
|
||||||
alias l="ls -F"
|
alias l="ls -F"
|
||||||
|
@ -39,22 +37,16 @@ alias vi="vim"
|
||||||
alias path='echo $PATH | tr -s ":" "\n"'
|
alias path='echo $PATH | tr -s ":" "\n"'
|
||||||
alias manpath='echo $MANPATH | tr -s ":" "\n"'
|
alias manpath='echo $MANPATH | tr -s ":" "\n"'
|
||||||
|
|
||||||
#
|
|
||||||
# Shell options
|
# Shell options
|
||||||
#
|
|
||||||
for option in cdspell checkwinsize globstar histappend nocaseglob
|
for option in cdspell checkwinsize globstar histappend nocaseglob
|
||||||
do
|
do
|
||||||
shopt -s "$option" 2> /dev/null
|
shopt -s "$option" 2> /dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
|
||||||
# ~/.bashrc.local can be used for local settings (not in repository)
|
# ~/.bashrc.local can be used for local settings (not in repository)
|
||||||
#
|
|
||||||
[ -f ~/.bashrc.local ] && . ~/.bashrc.local
|
[ -f ~/.bashrc.local ] && . ~/.bashrc.local
|
||||||
|
|
||||||
#
|
|
||||||
# Solarized shell & prompt
|
# Solarized shell & prompt
|
||||||
#
|
|
||||||
|
|
||||||
setcolor() (
|
setcolor() (
|
||||||
IFS="" # $* should be joined without spaces
|
IFS="" # $* should be joined without spaces
|
||||||
|
|
Loading…
Add table
Reference in a new issue