Merge branch 'master' of gogs.tforgione.fr:tforgione/dotfiles

This commit is contained in:
Thomas FORGIONE 2016-09-08 09:10:50 +02:00
commit ad2e6e3351
5 changed files with 7 additions and 8 deletions

View File

@ -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 #######################################################{{{

View File

@ -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"

View File

@ -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

View File

@ -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"

5
zshrc
View File

@ -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