Updated zsh and hexchat
This commit is contained in:
parent
90abe03c03
commit
036df32b2f
3 changed files with 2 additions and 7 deletions
1
.profile
1
.profile
|
@ -6,3 +6,4 @@ export EDITOR=vim
|
||||||
export PATH=$PATH:$HOME/bin:$HOME/go/bin
|
export PATH=$PATH:$HOME/bin:$HOME/go/bin
|
||||||
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
|
#export QT_QPA_PLATFORMTHEME=qgnomeplatform
|
||||||
|
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
1
.zshenv
1
.zshenv
|
@ -7,3 +7,4 @@
|
||||||
: ${ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim}
|
: ${ZIM_HOME=${ZDOTDIR:-${HOME}}/.zim}
|
||||||
# }}} End configuration added by Zim install
|
# }}} End configuration added by Zim install
|
||||||
|
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
7
.zshrc
7
.zshrc
|
@ -122,21 +122,14 @@ bindkey -M vicmd 'k' history-substring-search-up
|
||||||
bindkey -M vicmd 'j' history-substring-search-down
|
bindkey -M vicmd 'j' history-substring-search-down
|
||||||
# }}} End configuration added by Zim install
|
# }}} End configuration added by Zim install
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
# Homebrew
|
# Homebrew
|
||||||
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
>>>>>>> beb612e4b5104113b2edd4e269cfa058a59a3bec
|
|
||||||
|
|
||||||
# Set Path:
|
# Set Path:
|
||||||
typeset -U PATH
|
typeset -U PATH
|
||||||
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
||||||
export PATH
|
export PATH
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> beb612e4b5104113b2edd4e269cfa058a59a3bec
|
|
||||||
# Portable alternative to readlink -f
|
# Portable alternative to readlink -f
|
||||||
zpath() { cd -P . || return
|
zpath() { cd -P . || return
|
||||||
_out() { printf "%s$_zdlm\n" "$PWD/${1##*/}"; }
|
_out() { printf "%s$_zdlm\n" "$PWD/${1##*/}"; }
|
||||||
|
|
Loading…
Reference in a new issue