bash: add .bashrc
This commit is contained in:
7
.mgr_config/.bashrc
Normal file
7
.mgr_config/.bashrc
Normal file
@@ -0,0 +1,7 @@
|
||||
git-home() {
|
||||
git --git-dir="$HOME/.git_home/" --work-tree="$HOME" "$@"
|
||||
}
|
||||
|
||||
alias gh='git-home'
|
||||
|
||||
alias emacs='emacsclient -a="" -c'
|
||||
Reference in New Issue
Block a user