fzf and aliases
This commit is contained in:
parent
5b79ed6d4d
commit
b32fa96788
4 changed files with 41 additions and 6 deletions
6
.zshrc
6
.zshrc
|
|
@ -11,6 +11,8 @@ fi
|
|||
|
||||
alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
|
||||
alias vimconfig="GIT_DIR=$HOME/.cfg GIT_WORK_TREE=$HOME nvim"
|
||||
alias asdfg="setxkbmap -option ctrl:nocaps dvorak"
|
||||
alias aoeu="setxkbmap -option ctrl:nocaps us"
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
|
|
@ -22,6 +24,10 @@ if [ -d "$HOME/.local/bin" ] ; then
|
|||
PATH="$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
||||
export ANDROID_SDK_ROOT=$HOME/Android/Sdk
|
||||
PATH=$PATH:$ANDROID_SDK_ROOT/emulator
|
||||
PATH=$PATH:$ANDROID_SDK_ROOT/platform-tools
|
||||
|
||||
export PATH
|
||||
|
||||
if [ ! -f $HOME/antigen/antigen.zsh ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue