|
@ -6,7 +6,7 @@ alias v='f -e vim' # quick opening files with vim |
|
|
alias o='a -e xdg-open' # quick opening files with xdg-open |
|
|
alias o='a -e xdg-open' # quick opening files with xdg-open |
|
|
alias j='zz ' |
|
|
alias j='zz ' |
|
|
|
|
|
|
|
|
# GIT related |
|
|
|
|
|
|
|
|
# {{{ GIT related |
|
|
alias gs='git status' |
|
|
alias gs='git status' |
|
|
alias gfr='git fetch && git rebase' |
|
|
alias gfr='git fetch && git rebase' |
|
|
alias gl='git log' |
|
|
alias gl='git log' |
|
@ -14,16 +14,19 @@ alias gc='git commit ' |
|
|
alias ga='git add ' |
|
|
alias ga='git add ' |
|
|
alias gc1='git clone --depth 1 ' |
|
|
alias gc1='git clone --depth 1 ' |
|
|
alias gco='git checkout ' |
|
|
alias gco='git checkout ' |
|
|
|
|
|
#}}} |
|
|
|
|
|
|
|
|
alias mem='cd /dev/shm' |
|
|
alias mem='cd /dev/shm' |
|
|
alias svim='sudoedit ' |
|
|
alias svim='sudoedit ' |
|
|
alias down='http --download ' |
|
|
alias down='http --download ' |
|
|
|
|
|
|
|
|
alias py='python ' |
|
|
|
|
|
alias p3='python3 ' |
|
|
alias p3='python3 ' |
|
|
|
|
|
|
|
|
alias open='xdg-open ' |
|
|
alias open='xdg-open ' |
|
|
|
|
|
|
|
|
|
|
|
alias -g L='| less' |
|
|
|
|
|
alias -g G='| grep' |
|
|
|
|
|
|
|
|
# {{{ Golang |
|
|
# {{{ Golang |
|
|
alias gos='cd $GOPTAH/src' |
|
|
alias gos='cd $GOPTAH/src' |
|
|
# }}} |
|
|
# }}} |
|
|