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
(setq w32-get-true-file-attributes nil) | |
(add-to-list 'load-path | |
(concat user-emacs-directory | |
(convert-standard-filename "personal/modules"))) | |
(prelude-require-packages | |
'(nyan-mode | |
ag | |
clang-format |
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 vig='vi $HOME/scripts/bash/.git_aliases' | |
# GIT aliases | |
alias st='git status --short' | |
alias rb='git rebase -p' | |
alias rbi='git rebase -p --interactive' | |
alias rbm='git rebase -p master' | |
alias gcp='git cherry-pick' | |
alias stash='git stash' | |
alias pop='git stash pop' |
OlderNewer