Lots of updates

This commit is contained in:
2022-07-18 07:40:19 -04:00
parent 149ba67117
commit e31055bc04
11 changed files with 281 additions and 113 deletions

8
.zshrc
View File

@@ -1,3 +1,6 @@
export PATH="${PATH}:${HOME}/.local/bin"
# zmodload zsh/zprof
ZSH_DISABLE_COMPFIX=true
setopt HIST_IGNORE_SPACE
@@ -74,7 +77,7 @@ fi
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup.
plugins=(vi-mode git fzf aws vscode sudo dash zsh-z zsh-syntax-highlighting)
plugins=(vi-mode git fzf aws vscode dash fasd thefuck zsh-syntax-highlighting jq forgit)
source $ZSH/oh-my-zsh.sh
@@ -111,3 +114,6 @@ source $ZSH/oh-my-zsh.sh
source <("/usr/local/bin/starship" init zsh --print-full-init)
# zprof
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"