addd zsh alias
This commit is contained in:
parent
9ec746a0e1
commit
bae26dbc66
@ -133,6 +133,9 @@ 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 . ./...'
|
||||
|
||||
|
||||
# clipboard
|
||||
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
|
||||
if [[ -n "$DISPLAY" ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user