diff --git a/init.vim b/init.vim index 6e06064..203fc7d 100644 --- a/init.vim +++ b/init.vim @@ -92,7 +92,7 @@ endif " COLOR #############################################################{{{ set background=dark " use dark background syntax enable " enable syntax processing -colorscheme peachpuff " awesome colorscheme +colorscheme mypeachpuff " awesome colorscheme " }}} " INDENTATION #######################################################{{{ diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index 5db458c..b3a63d7 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -37,6 +37,3 @@ alias cd....="cd ../../.." alias ls="ls -h --color --group-directories-first" alias sl="ls" alias lsd="ls" - -# Make wd command work -alias wd=". wd" diff --git a/zsh/config.zsh b/zsh/config.zsh index b703731..45dbc3e 100644 --- a/zsh/config.zsh +++ b/zsh/config.zsh @@ -16,7 +16,7 @@ DISABLE_AUTO_TITLE="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/me # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git zsh-syntax-highlighting) +plugins=(git zsh-syntax-highlighting jump) source $ZSH/oh-my-zsh.sh diff --git a/zsh/exports.zsh b/zsh/exports.zsh index b43d311..ef3eb1b 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -1,6 +1,5 @@ # The path -export PATH=$PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/opt/android-ndk:/usr/lib/emscripten:/home/thomas/.script/check:/home/thomas/.gem/ruby/2.3.0/bin:/home/thomas/.scripts:/home/thomas/.more-scripts/stop/:/home/thomas/.scripts:/home/thomas/.more-scripts/ - +export PATH=$PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/core_perl:/opt/android-ndk:/opt/android-sdk/tools/:/opt/android-sdk/build-tools/24.0.0/:/usr/lib/emscripten:/home/thomas/.script/check:/home/thomas/.gem/ruby/2.3.0/bin:/home/thomas/.scripts:/home/thomas/.more-scripts/stop/:/home/thomas/.more-scripts/ # My editor export EDITOR="nvim" diff --git a/zshrc b/zshrc index 5aaeb07..d3b5ee5 100644 --- a/zshrc +++ b/zshrc @@ -15,4 +15,7 @@ source $DOTFILES/zsh/aliases.zsh source $DOTFILES/zsh/functions.zsh clear && screenfetch -echo -ne "\033[F\033[F\033[F\033[F\033[F\t\t\t\t\t\b\033[1;36mA:\033[0m `/home/thomas/.more-scripts/motorcyle.py`\n\n\n\n\n" + +if [ -e "/home/thomas/.more-scripts/motorcyle.py" ]; then + echo -ne "\033[F\033[F\033[F\033[F\033[F\t\t\t\t\t\b\033[1;36mA:\033[0m `/home/thomas/.more-scripts/motorcyle.py`\n\n\n\n\n" +fi