Merge branch 'master' of gogs.tforgione.fr:tforgione/dotfiles
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user