add kitty and more theme crap
This commit is contained in:
parent
a4740d2dc0
commit
817a08c7e2
8 changed files with 31 additions and 14 deletions
|
@ -28,7 +28,6 @@ HISTFILE=${XDG_CACHE_DIR:-~/.cache}/.zhistory
|
|||
HISTSIZE=50000
|
||||
SAVEHIST=50000
|
||||
|
||||
|
||||
# Additional configuration files
|
||||
[ -d "${ZDOTDIR}/config.d/" ] && source <(cat ${ZDOTDIR}/config.d/*)
|
||||
|
||||
|
|
20
.config/zsh/.zshrc-old
Normal file
20
.config/zsh/.zshrc-old
Normal file
|
@ -0,0 +1,20 @@
|
|||
# base config for oh my zsh
|
||||
source /usr/share/oh-my-zsh/zshrc
|
||||
|
||||
#p10k instant prompt to make terminal open a bit snappier
|
||||
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 manjaro config
|
||||
source ~/.zshrc
|
||||
|
||||
# fix for comment color on manjaro zsh theme
|
||||
ZSH_HIGHLIGHT_STYLES[comment]='fg=blue'
|
||||
|
||||
# user-defined overrides
|
||||
[ -d ~/.config/zsh/config.d/ ] && source <(cat ~/.config/zsh/config.d/*)
|
||||
|
||||
# Fix for foot terminfo not installed on most servers
|
||||
alias ssh="TERM=xterm-256color ssh"
|
||||
source ~/.config/user-dirs.dirs
|
1
.config/zsh/config.d/add-retheme-alias
Normal file
1
.config/zsh/config.d/add-retheme-alias
Normal file
|
@ -0,0 +1 @@
|
|||
alias retheme="wal -q -t -i $(xdg-user-dir WALLPAPERS)"
|
1
.config/zsh/zshrc.manjaro
Normal file
1
.config/zsh/zshrc.manjaro
Normal file
|
@ -0,0 +1 @@
|
|||
alias pootis=echo "BOK"
|
Loading…
Add table
Add a link
Reference in a new issue