Merge remote-tracking branch 'origin/master'

This commit is contained in:
opalvaults
2022-07-19 23:13:17 -07:00
4 changed files with 9 additions and 704 deletions

View File

@@ -6,6 +6,7 @@ export PATH=/home/opal/scripts:$PATH # Scripts
export PATH=/home/opal/.config/emacs/bin:$PATH # Doom Path
export PATH=/home/opal/.local/bin:$PATH # .local path
export PATH=/home/opal/.local/share/gem/ruby/3.0.0/bin:$PATH # Ruby
#### ~~~~ Locale ~~~~ #####
export LANG=en_US.UTF-8
@@ -127,6 +128,7 @@ prompt_purification_setup() {
prompt_purification_setup
<<<<<<< HEAD
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
bindkey "^[[1;5C" forward-word
@@ -134,3 +136,9 @@ bindkey "^[[1;5D" backward-word
#source <(kubectl completion zsh)
export PATH="$PATH:/root/.local/bin"
=======
bindkey "^[[1;5C" forward-word
bindkey "^[[1;5D" backward-word
#export PATH="$PATH:/root/.local/bin"
>>>>>>> origin/master