mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
Updates to zsh
This commit is contained in:
@@ -31,6 +31,8 @@ export DOTFILES="$HOME/.dotfiles"
|
|||||||
export SCRIPTS="$HOME/.local/scripts"
|
export SCRIPTS="$HOME/.local/scripts"
|
||||||
export WORK="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Work"
|
export WORK="$HOME/Library/Mobile Documents/com~apple~CloudDocs/Work"
|
||||||
export ZETDIR="$GHREPOS/zets"
|
export ZETDIR="$GHREPOS/zets"
|
||||||
|
export MYZSHRC="$ZDOTDIR/.zshrc"
|
||||||
|
export NAP_CONFIG="$HOME/.config/nap/config.yaml"
|
||||||
|
|
||||||
# NPM
|
# NPM
|
||||||
export NPM_CONFIG_CACHE="$HOME/.local/npm"
|
export NPM_CONFIG_CACHE="$HOME/.local/npm"
|
||||||
@@ -44,6 +46,4 @@ export VISUAL=nvim
|
|||||||
export EDITOR_PREFIX=nvim
|
export EDITOR_PREFIX=nvim
|
||||||
#export VIMINIT='source $MYVIMRC'
|
#export VIMINIT='source $MYVIMRC'
|
||||||
#export MYVIMRC="$HOME/.vim/vimrc"
|
#export MYVIMRC="$HOME/.vim/vimrc"
|
||||||
export MYZSHRC="$ZDOTDIR/.zshrc"
|
|
||||||
export NVIM_APPNAME="m-housh"
|
export NVIM_APPNAME="m-housh"
|
||||||
export NAP_CONFIG="$HOME/.config/nap/config.yaml"
|
|
||||||
|
|||||||
@@ -132,7 +132,7 @@ _comp_options+=(globdots) # Include hidden files.
|
|||||||
|
|
||||||
# Prompt / managed by brew. (`brew install pure`)
|
# Prompt / managed by brew. (`brew install pure`)
|
||||||
autoload -Uz promptinit; promptinit
|
autoload -Uz promptinit; promptinit
|
||||||
prompt pure
|
prompt -s pure
|
||||||
|
|
||||||
#------------------------------ aliases ------------------------------
|
#------------------------------ aliases ------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user