alias change
This commit is contained in:
@@ -81,11 +81,12 @@ alias clbin="curl -F 'clbin=<-' https://clbin.com"
|
||||
|
||||
alias afs="unmount-abra0; mount-abra0;"
|
||||
|
||||
alias dotgit='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME'
|
||||
alias .g='git --git-dir=$HOME/.dotgit/ --work-tree=$HOME'
|
||||
|
||||
function dotgit-init() {
|
||||
function .g-init() {
|
||||
git init --bare $HOME/.dotgit
|
||||
dotgit config --local status.showUntrackedFiles no
|
||||
.g config --local status.showUntrackedFiles no
|
||||
.g remote add origin ssh://dedi/root/.dotgit
|
||||
}
|
||||
|
||||
function twitch() {
|
||||
|
Reference in New Issue
Block a user