Last active
September 17, 2015 10:25
-
-
Save PetrGlad/baf509a8833a4b3107ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias Df='df -B1m' | |
alias Gdc='git svn dcommit' | |
alias Gg='git gui&' | |
alias Ggm='A=$(__git_ps1); echo "${A:2:-1} -" > .git/GITGUI_BCK' | |
alias Gk='gitk&' | |
alias Gp='git stash pop' | |
alias Gq='qgit&' | |
alias Grl='git reflog --decorate --color | grep -E "^\S+ \(" | head -n 20' | |
alias Gs='git status' | |
alias Gsh='git stash save' | |
alias Gsr='git stash && git svn rebase' | |
alias Gpff='git pull --ff-only' | |
alias Hi='hoogle --info --color' | |
alias Ho='hoogle --color' | |
alias Lr='lein repl' | |
alias Mc='mc -u' | |
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' | |
alias egrep='egrep --color=auto' | |
alias fgrep='fgrep --color=auto' | |
alias grep='grep --color=auto' | |
alias l='ls -CF' | |
alias la='ls -A' | |
alias ll='ls -alF' | |
alias ls='ls --color=auto' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment