Merge branch 'master' of gogs.tforgione.fr:tforgione/dotfiles
This commit is contained in:
commit
ad2e6e3351
2
init.vim
2
init.vim
|
@ -92,7 +92,7 @@ endif
|
||||||
" COLOR #############################################################{{{
|
" COLOR #############################################################{{{
|
||||||
set background=dark " use dark background
|
set background=dark " use dark background
|
||||||
syntax enable " enable syntax processing
|
syntax enable " enable syntax processing
|
||||||
colorscheme peachpuff " awesome colorscheme
|
colorscheme mypeachpuff " awesome colorscheme
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
" INDENTATION #######################################################{{{
|
" INDENTATION #######################################################{{{
|
||||||
|
|
|
@ -37,6 +37,3 @@ alias cd....="cd ../../.."
|
||||||
alias ls="ls -h --color --group-directories-first"
|
alias ls="ls -h --color --group-directories-first"
|
||||||
alias sl="ls"
|
alias sl="ls"
|
||||||
alias lsd="ls"
|
alias lsd="ls"
|
||||||
|
|
||||||
# Make wd command work
|
|
||||||
alias wd=". wd"
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ DISABLE_AUTO_TITLE="true"
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# 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
|
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/me
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# 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
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# The path
|
# 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
|
# My editor
|
||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
|
|
5
zshrc
5
zshrc
|
@ -15,4 +15,7 @@ source $DOTFILES/zsh/aliases.zsh
|
||||||
source $DOTFILES/zsh/functions.zsh
|
source $DOTFILES/zsh/functions.zsh
|
||||||
|
|
||||||
clear && screenfetch
|
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
|
||||||
|
|
Loading…
Reference in New Issue