gbuild func
This commit is contained in:
parent
429a4cb2fe
commit
c45a39a419
@ -3,6 +3,7 @@
|
||||
|
||||
_d() { true ; }
|
||||
_f() { true ; }
|
||||
_a() { true ; }
|
||||
|
||||
|
||||
alias ls='ls --classify=auto --human-readable'
|
||||
@ -128,7 +129,7 @@ alias CAPS='xdotool key Caps_Lock'
|
||||
alias colors='for i in {0..255}; do printf "\x1b[38;5;${i}mcolor${i} - ██████████\n"; done'
|
||||
|
||||
|
||||
alias gbuild='go build -o . ./...'
|
||||
alias gbuild='_a() { go build $@ -o . ./...}; _a'
|
||||
|
||||
|
||||
# clipboard
|
||||
@ -186,4 +187,4 @@ alias -g BG="DN 2DN &" # background
|
||||
|
||||
alias -g RED='2> >(while read line; do printf "\033[0;31m${line}\033[0m\n"; done)'
|
||||
|
||||
alias -g BEEP='&& beep -f 800 -l 250 -n -f 1000 -l 500 || beep -f 800 -l 250 -n -f 500 -l 500'
|
||||
alias -g BEEP='&& beep -f 800 -l 250 -n -f 1000 -l 500 || beep -f 800 -l 250 -n -f 500 -l 500'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user