From 9f12ea8a648fa6483b392dc9ba1d7dbf4e61057c Mon Sep 17 00:00:00 2001 From: seraphim <18ycm9tx@anonaddy.me> Date: Sun, 23 Aug 2026 13:48:20 +0700 Subject: - --- zshrc/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zshrc/.zshrc') diff --git a/zshrc/.zshrc b/zshrc/.zshrc index 44cf283..1663488 100644 --- a/zshrc/.zshrc +++ b/zshrc/.zshrc @@ -12,6 +12,9 @@ source $ZSH/oh-my-zsh.sh # Autosuggest config ZSH_AUTOSUGGEST_STRATEGY=(history completion) # Aliases +alias wllpprsw='~/dotfiles-gentoo/niri/.config/niri/theme-switcher.sh' +alias drksw='darkman toggle' +alias bft='~/git-cloned/bfetch/bfetch --no-kernel' alias open='xdg-open' alias ls="eza -lha --icons" alias ll="eza -lh --icons" @@ -39,6 +42,7 @@ selected_fg="#$(grep -m1 '^color0' ~/.cache/wallust/colors.sh | grep -oE '#[0-9a selected_bg="#$(grep -m1 '^color4' ~/.cache/wallust/colors.sh | grep -oE '#[0-9a-fA-F]{6}')" EOF } +export MOZ_ENABLE_WAYLAND=1 # Walllust installation export PATH="$HOME/.cargo/bin:$PATH" # Swing Music installation -- cgit v1.2.3