remove old .zshrc

This commit is contained in:
Mark Riedesel 2024-08-19 12:42:59 -05:00
parent d094985492
commit 4cec54dcf9

View file

@ -1,20 +0,0 @@
# 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