remove useless
This commit is contained in:
parent
f1d3e17fe9
commit
a1cacd1ca3
8
.bashrc
8
.bashrc
@ -53,7 +53,6 @@ if [ -n "$force_color_prompt" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$color_prompt" = yes ]; then
|
if [ "$color_prompt" = yes ]; then
|
||||||
# PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
|
||||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||||
else
|
else
|
||||||
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
||||||
@ -82,8 +81,6 @@ if [ -x /usr/bin/dircolors ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -a ~/.pythonrc.py ]; then
|
if [ -a ~/.pythonrc.py ]; then
|
||||||
# ADDING WUBOOK TO PYTHONPATH
|
|
||||||
export PYTHONPATH=$PYTHONPATH:$HOME/gitolite/wubook/src
|
|
||||||
alias py='python -i -c "from user import *"'
|
alias py='python -i -c "from user import *"'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -157,11 +154,6 @@ man() {
|
|||||||
man "$@"
|
man "$@"
|
||||||
}
|
}
|
||||||
|
|
||||||
removeBranch() {
|
|
||||||
git branch -D $1
|
|
||||||
git push origin --delete 'origin/'$1
|
|
||||||
}
|
|
||||||
|
|
||||||
gitdelbranch() {
|
gitdelbranch() {
|
||||||
git branch -D $1
|
git branch -D $1
|
||||||
git push origin :$1
|
git push origin :$1
|
||||||
|
Loading…
Reference in New Issue
Block a user