feat: zsh cursor to mimic vim cursor
This commit is contained in:
parent
209041a90e
commit
e4a115c325
3 changed files with 23 additions and 2 deletions
|
@ -23,7 +23,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
|
|||
elif [[ "$OSTYPE" == "linux-gnu" ]]; then
|
||||
LOCAL_PATH="$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')${PATH:+:${PATH}}"
|
||||
fi
|
||||
PATH="$HOME/.local/share/go/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME:$HOME/.local/share/npm/bin:$HOME/.local/share/cargo/bin:$LOCAL_PATH${PATH:+:${PATH}}"
|
||||
PATH="$HOME/.pub-cache/bin:$HOME/.local/share/go/bin:$ANDROID_HOME/tools:$ANDROID_HOME/platform-tools:$ANDROID_AVD_HOME:$HOME/.local/share/npm/bin:$HOME/.local/share/cargo/bin:$LOCAL_PATH${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