Marcel Schneider
2 years ago
No known key found for this signature in database
GPG Key ID: 86027C59718EEE88
1 changed files with
1 additions and
0 deletions
-
zsh/aliases.zsh
|
@ -30,6 +30,7 @@ alias py='/usr/bin/env python3 ' |
|
|
|
|
|
|
|
|
alias -g L='| less' |
|
|
alias -g L='| less' |
|
|
alias -g G='| grep' |
|
|
alias -g G='| grep' |
|
|
|
|
|
alias -g CC='| xclip -in -selection clipboard < "${1:-/dev/stdin}"' |
|
|
|
|
|
|
|
|
# {{{ Golang |
|
|
# {{{ Golang |
|
|
alias gos='cd $GOPTAH/src' |
|
|
alias gos='cd $GOPTAH/src' |
|
|