bash: add custom binfiles to PATH
This commit is contained in:
@@ -19,5 +19,6 @@
|
||||
ds = diff --staged
|
||||
g = log --graph --oneline --decorate
|
||||
sb = branch -rv --sort=committerdate
|
||||
lc = lazy-checkin
|
||||
[commit]
|
||||
template = ~/.gitmessage
|
||||
|
||||
@@ -3,5 +3,6 @@ git-home() {
|
||||
}
|
||||
|
||||
alias gh='git-home'
|
||||
|
||||
alias emacs='emacsclient -a="" -c'
|
||||
|
||||
export PATH=$PATH:$HOME/.mgr_config/bin
|
||||
|
||||
Reference in New Issue
Block a user