+ Add vim_idea
This commit is contained in:
parent
e7abdae8ae
commit
3197fb684c
5 changed files with 8 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
#!/bin/zsh
|
||||
|
||||
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk"
|
||||
export ANDROID_SDK_ROOT="/opt/android-sdk"
|
||||
|
||||
# -- Path
|
||||
# PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||
PATH="$ANDROID_HOME/cmdline-tools/latest/bin:$HOME/.local/share/npm/bin:$HOME/.local/share/cargo/bin:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||
PATH="$HOME/.local/share/go/bin:$ANDROID_HOME/cmdline-tools/latest/bin:$HOME/.local/share/npm/bin:$HOME/.local/share/cargo/bin:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||
export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/library
|
||||
|
||||
# -- IBus stuff (IME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue