Remove obsolete parts
This commit is contained in:
parent
e4b16afd00
commit
932710d155
2 changed files with 1 additions and 12 deletions
|
@ -93,7 +93,7 @@ function cd() {
|
||||||
|
|
||||||
# Customize to your needs...
|
# Customize to your needs...
|
||||||
export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin
|
export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin
|
||||||
. ~/.local/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh
|
. /usr/lib/python3.?/site-packages/powerline/bindings/zsh/powerline.zsh
|
||||||
#. ~/.shell_prompt.sh
|
#. ~/.shell_prompt.sh
|
||||||
|
|
||||||
alias gitst="git status | more"
|
alias gitst="git status | more"
|
||||||
|
|
|
@ -17,17 +17,6 @@ git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/cu
|
||||||
|
|
||||||
touch ~/.zshrc-local
|
touch ~/.zshrc-local
|
||||||
|
|
||||||
|
|
||||||
pip3 install --upgrade --user jedi
|
|
||||||
pip3 install --upgrade --user vdirsyncer
|
|
||||||
pip3 install --upgrade --user khal
|
|
||||||
pip3 install --upgrade --user git+git://github.com/Lokaltog/powerline
|
|
||||||
pip install --upgrade --user git+git://github.com/Lokaltog/powerline
|
|
||||||
pip install --upgrade --user pyCardDav
|
|
||||||
mkdir -p ~/.config/pycard
|
|
||||||
curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample
|
|
||||||
|
|
||||||
|
|
||||||
# Copy the japanese part if needed
|
# Copy the japanese part if needed
|
||||||
if [ "$1" == '--jp' ]
|
if [ "$1" == '--jp' ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue