remove useless

This commit is contained in:
Amber 2020-11-16 15:59:45 +01:00
parent f1d3e17fe9
commit a1cacd1ca3
1 changed files with 0 additions and 8 deletions

View File

@ -53,7 +53,6 @@ if [ -n "$force_color_prompt" ]; then
fi
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\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
@ -82,8 +81,6 @@ if [ -x /usr/bin/dircolors ]; then
fi
if [ -a ~/.pythonrc.py ]; then
# ADDING WUBOOK TO PYTHONPATH
export PYTHONPATH=$PYTHONPATH:$HOME/gitolite/wubook/src
alias py='python -i -c "from user import *"'
fi
@ -157,11 +154,6 @@ man() {
man "$@"
}
removeBranch() {
git branch -D $1
git push origin --delete 'origin/'$1
}
gitdelbranch() {
git branch -D $1
git push origin :$1