Updated zsh and hexchat

This commit is contained in:
Eric Renfro 2022-06-26 09:38:46 -04:00
parent dba8e47e70
commit 65ce95311e
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
4 changed files with 6 additions and 12 deletions

View File

@ -1,4 +1,4 @@
v=2.14.3
v=2.16.0
N=ZNC: Gnome
P=psi-jack/Gnome:Vectron623
@ -13,8 +13,7 @@ N=ZNC: Libera
P=psi-jack/Libera:Vectron623
E=UTF-8 (Unicode)
F=31
D=1
S=mail1.linux-help.org/7070
D=0
S=znc1c.linux-help.org/7070
N=Libera.Chat
@ -29,12 +28,12 @@ F=51
D=0
S=bbs.deckersheaven.com/6667
N=ZNC: Jhlorn: Freenode
N=ZNC: Jhlorn: Libera
I=Jhlorn
i=Jhlorn_
U=jhlorn/freenode
R=jhlorn
P=jhlorn/freenode:Laserbeam623
P=jhlorn/Libera:Laserbeam623
L=7
E=UTF-8 (Unicode)
F=21

View File

@ -6,3 +6,4 @@ export EDITOR=vim
export PATH=$PATH:$HOME/bin:$HOME/go/bin
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
. "$HOME/.cargo/env"

View File

@ -7,3 +7,4 @@
: ${ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim}
# }}} End configuration added by Zim install
. "$HOME/.cargo/env"

7
.zshrc
View File

@ -122,21 +122,14 @@ bindkey -M vicmd 'k' history-substring-search-up
bindkey -M vicmd 'j' history-substring-search-down
# }}} End configuration added by Zim install
<<<<<<< HEAD
=======
# Homebrew
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
>>>>>>> beb612e4b5104113b2edd4e269cfa058a59a3bec
# Set Path:
typeset -U PATH
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
export PATH
<<<<<<< HEAD
=======
>>>>>>> beb612e4b5104113b2edd4e269cfa058a59a3bec
# Portable alternative to readlink -f
zpath() { cd -P . || return
_out() { printf "%s$_zdlm\n" "$PWD/${1##*/}"; }