fzf and aliases

This commit is contained in:
Rahsheen Porter 2022-11-23 10:46:56 -05:00
parent 5b79ed6d4d
commit b32fa96788
4 changed files with 41 additions and 6 deletions

6
.zshrc
View file

@ -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