mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
Upd.
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
export EDITOR=micro
|
||||
|
||||
export ANDROID_HOME=$HOME/Android/Sdk
|
||||
export ANDROID_SDK_ROOT=$HOME/Android/Sdk
|
||||
export PATH=$PATH:$ANDROID_HOME/tools
|
||||
export PATH=$PATH:$ANDROID_HOME/platform-tools
|
||||
|
||||
export PATH=$PATH:$HOME/.cargo/bin
|
||||
|
||||
export PATH=$PATH:$HOME/.local/bin
|
||||
|
@ -18,6 +18,10 @@ function cxxr() {
|
||||
|
||||
function gitacp() {
|
||||
git add .
|
||||
git commit -m "$1"
|
||||
git push
|
||||
git commit -m "$1" && git push
|
||||
}
|
||||
|
||||
function gitacpc() {
|
||||
git add .
|
||||
git commit && git push
|
||||
}
|
Reference in New Issue
Block a user