.zshrc update

This commit is contained in:
xsghetti 2024-07-02 11:22:20 -04:00
parent f6b70383d4
commit 2613fc910e

View file

@ -15,7 +15,7 @@ export ZSH="$HOME/.oh-my-zsh"
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
ZSH_THEME="robbyrussell"
ZSH_THEME="powerlevel10k/powerlevel10k"
# Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load
@ -113,8 +113,9 @@ alias gpush="git push -u origin main"
alias gpull="git pull"
alias gc="git commit -m"
alias gclone="git clone"
alias nogaps="hyprctl keyword general:gaps_in 0 && hyprctl keyword general:gaps_out 0"
alias pacman="sudo pacman -S"
source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
@ -123,3 +124,5 @@ source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)"
export PATH=$PATH:/home/crux/.spicetify