switched to hellwal

This commit is contained in:
λmolinae 2025-04-16 16:33:04 -06:00
parent ac383289c7
commit fa169ab0b6
40 changed files with 633 additions and 1761 deletions

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,3 @@
# Enable colors and change prompt:
case $(tty) in /dev/tty[0-9]*)
source .cache/wal/colors-tty.sh
esac
autoload -U colors && colors # Load colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[red]%}@%{$fg[yellow]%}%M %{$fg[yellow]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
@ -78,14 +73,9 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
# Aliases
alias sudo='doas'
alias neofetch='fastfetch'
alias yay='paru'
alias docker='podman'
alias ls='ls -lah'
alias codium='codium --ozone-platform=wayland'
alias cmatrix='cmatrix -bcm -u 7'
alias stmps='stmps -mpris'
alias wal='hellwal -q'
alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias vi='busybox vi'
# Commands
fastfetch