Added stop to path, and added group directories first in ls

This commit is contained in:
Thomas FORGIONE 2016-08-22 16:34:51 +02:00
parent d0a3c9c045
commit be85b38908
3 changed files with 4 additions and 2 deletions

View File

@ -32,6 +32,7 @@ alias jekyll="bundle exec jekyll serve"
alias cd..="cd .."
alias cd...="cd ../.."
alias cd....="cd ../../.."
alias ls="ls -h --color --group-directories-first"
alias lsd="ls"
# Make wd command work

View File

@ -1,5 +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/.script/blog:/home/thomas/.script/mail:/home/thomas/.script/
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/
# My editor
export EDITOR="nvim"

3
zshrc
View File

@ -12,6 +12,7 @@ ZSH_THEME="laptop"
source $DOTFILES/zsh/exports.zsh
source $DOTFILES/zsh/config.zsh
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/.script/motorcyle.py`\n\n\n\n\n"
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"