bash: add custom binfiles to PATH

This commit is contained in:
2020-07-05 13:40:06 -07:00
parent 87b234f787
commit 35870ea6aa
2 changed files with 3 additions and 1 deletions

View File

@@ -19,5 +19,6 @@
ds = diff --staged
g = log --graph --oneline --decorate
sb = branch -rv --sort=committerdate
lc = lazy-checkin
[commit]
template = ~/.gitmessage

View File

@@ -3,5 +3,6 @@ git-home() {
}
alias gh='git-home'
alias emacs='emacsclient -a="" -c'
export PATH=$PATH:$HOME/.mgr_config/bin