From c441b910addfd8e4a40203021c59a08a9f5691cd Mon Sep 17 00:00:00 2001 From: Von Random Date: Thu, 21 Jun 2018 17:51:48 +0300 Subject: [PATCH] I AM GROOT --- zshrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zshrc b/zshrc index caeefac..05418eb 100644 --- a/zshrc +++ b/zshrc @@ -154,15 +154,24 @@ alias ggrep='command git grep' alias tailf='command less -R +F' alias diff='command diff --color' alias vi='command vim' + +# ls alias ls='command ls --color=auto --group-directories-first ' alias ll='ls -lha' + +# git alias gci='command git commit' alias gsl='command git stash list' alias gss='command git status -sbu' alias gup='command git pull' +alias groot='cd $(command git rev-parse --show-cdup)' alias gsi='command tig status' + +# tmux alias tmux='command tmux -2' alias atmux='command tmux -2 attach' + +# screen alias rscreen='command screen -Dr' alias scr='command screen sudo -Es' # }}}