YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEAH~
This commit is contained in:
parent
96fbeb821a
commit
0c9b0016c6
4 changed files with 61 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ LC_TELEPHONE="en_US.UTF-8"
|
|||
LC_TIME="en_US.UTF-8"
|
||||
|
||||
# default configs
|
||||
ANDROID_HOME="${HOME}/.local/share/android"
|
||||
EDITOR="/usr/bin/nvim"
|
||||
GNUPGHOME='~/.local/share/gnupg'
|
||||
GOPATH="${HOME}/.local/share/go"
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ alias grb="git rebase"
|
|||
alias grs="git restore --staged"
|
||||
alias grt="git reset"
|
||||
alias gs="git status"
|
||||
alias gswc="git switch -c"
|
||||
|
||||
# docker aliases
|
||||
alias dc="docker compose"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue