Minor changes, added s command

This commit is contained in:
Austen Adler 2016-04-21 14:09:55 -04:00
parent c029296038
commit b74474aa17
2 changed files with 6 additions and 3 deletions

View File

@ -39,3 +39,6 @@
helper = cache
[color]
ui = auto
[gui]
recentrepo = /home/stonewareslord/git/sync
recentrepo = /home/stonewareslord/git/school/service-garage

View File

@ -205,7 +205,9 @@ alias -s log="less -MN"
alias -s odt="libreoffice"
alias -s doc="libreoffice"
alias -s docx="libreoffice"
alias -g PASTE='2>&1 |curl --data-urlencode text@- https://austenwares.com/paste/api/create'
alias -g PA='2>&1 | paste'
alias s='sudo -Hu'
alias sudo='sudo -H'
paste() {
NAME=""
if [[ ! -z "$1" ]]; then
@ -215,11 +217,9 @@ paste() {
}
alias -g c='rsync --partial -ha --info=progress2 "$@"'
alias -g cfat='rsync --partial -hrlc --info=progress2 "$@"'
alias -g F='`fzf --no-mouse -m -1 -x`'
alias -g nify=" > /dev/null 2>&1 &"
alias -g nifyd=" > /dev/null 2>&1 & disown"
alias -g L="2>&1|less"
#alias -g L="2>&1|vimpager"
alias -g G='|& ag'
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
bp(){