Added dmenu pass script

This commit is contained in:
2019-01-02 03:55:16 -05:00
parent 1c200b74a7
commit 453d2febc2
7 changed files with 49 additions and 17 deletions

View File

@@ -262,7 +262,7 @@ function gcm(){ echo git commit -m \""$1"\" ; }
function psgi() {
git add .
git commit -mS '.'
git commit -m '.' -S
git push
}
alias gps="git push"