Update alias and PATH
This commit is contained in:
@@ -50,6 +50,10 @@ alias \
|
|||||||
.z="source ~/.config/shell/profile" \
|
.z="source ~/.config/shell/profile" \
|
||||||
testmic="arecord -vv -f dat /dev/null"
|
testmic="arecord -vv -f dat /dev/null"
|
||||||
|
|
||||||
|
# Dev
|
||||||
|
alias \
|
||||||
|
sail='[ -f sail ] && sh sail || sh vendor/bin/sail'
|
||||||
|
|
||||||
# Translating
|
# Translating
|
||||||
alias \
|
alias \
|
||||||
ro="trans ro:en -j -- " \
|
ro="trans ro:en -j -- " \
|
||||||
|
|||||||
@@ -66,7 +66,8 @@ export _JAVA_AWT_WM_NONREPARENTING=1 # Fix for Java applications in dwm
|
|||||||
# Development variables
|
# Development variables
|
||||||
export ANDROID_SDK_ROOT="/opt/android-sdk"
|
export ANDROID_SDK_ROOT="/opt/android-sdk"
|
||||||
export ANDROID_HOME="$ANDROID_SDK_ROOT"
|
export ANDROID_HOME="$ANDROID_SDK_ROOT"
|
||||||
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME:$ANDROID_HOME/emulator"
|
|
||||||
|
export PATH="$PATH:$ANDROID_HOME/tools:$ANDROID_HOME/cmdline-tools/bin:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME:$ANDROID_HOME/emulator:$XDG_DATA_HOME/cargo/bin"
|
||||||
|
|
||||||
# Get pretty colours for ls
|
# Get pretty colours for ls
|
||||||
. /usr/share/LS_COLORS/dircolors.sh
|
. /usr/share/LS_COLORS/dircolors.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user