mirror of
https://github.com/xsghetti/HyprCrux.git
synced 2025-07-01 13:00:38 -04:00
.zshrc update
This commit is contained in:
parent
f6b70383d4
commit
2613fc910e
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue