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