Adds elixir support; extends tmux config; adds vim viewport key-bindings
This commit is contained in:
parent
7d5ad2b2b9
commit
dded5d6497
4 changed files with 55 additions and 11 deletions
|
|
@ -23,3 +23,6 @@ alias ccat="pygmentize -g"
|
|||
# pushd and popd commands
|
||||
alias wdirs='dirs | tr " " "\n" | sort -r'
|
||||
|
||||
# Pretty-print git history
|
||||
alias glp="git log --graph --pretty=format:'%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue