Squashed commit of the following:
- dusnt theme
- readme fix?
- removed librewolf from laptop backup. takes too long
- wezterm var for wezterm
- use p10kbar only if wezterm var
- removed zsh entry in wezterm and tmux
- moved to librewolf
- backup changes
This commit is contained in:
8
env/.zshrc
vendored
8
env/.zshrc
vendored
@@ -4,8 +4,11 @@
|
||||
|
||||
~/.local/bin/system/neoboot.sh
|
||||
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
if [[ "$wezterm" == "yes" ]]; then
|
||||
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
|
||||
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
|
||||
fi
|
||||
source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
|
||||
fi
|
||||
|
||||
# Lines configured by zsh-newuser-install
|
||||
@@ -37,7 +40,6 @@ source <(fzf --zsh)
|
||||
|
||||
source ~/.config/.profile
|
||||
#bash --login -i -c 'source ~/.profile'
|
||||
source ~/.config/zsh/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
||||
# bindkey -a h backward-char
|
||||
# bindkey -a i forward-char
|
||||
|
||||
Reference in New Issue
Block a user