Aliases: find/grep (recursive), Python, Markdown

- Vim: refresh file, format 2 lines
- i3: ksnapshot
This commit is contained in:
2018-02-23 00:38:52 -05:00
parent 611f7b5cb1
commit 8fffcacdf6
5 changed files with 23 additions and 8 deletions

View File

@@ -19,6 +19,7 @@ alias gst="git stash"
alias gstp="git stash pop"
alias gclear="git stash clear"
alias egc="vim -c \"set syn=gitcommit\" -c \"set tw=72\" commit-msg.txt"
alias gchom="git checkout master"
# Aliases }}}
# Functions {{{