From f4960863d3aa0604490e7ee758d8725f029c3805 Mon Sep 17 00:00:00 2001 From: marcellus Date: Wed, 26 Apr 2023 14:51:54 +0200 Subject: fix: patched the PATH, added a wallpaper, added dwmblocks config file --- zsh/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'zsh/.zshrc') diff --git a/zsh/.zshrc b/zsh/.zshrc index c7bb242..3525222 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -12,10 +12,13 @@ PS1="%B%(?.0.%F{red}%?) %F{blue}%n %F{green}%~ %f$%b " alias ls="ls -a --color=auto" alias shut="sudo openrc-shutdown -p now" alias shutr="sudo openrc-shutdown -r now" -alias ins="sudo pacman -S" +alias ins="sudo pacman -Syu" alias uins="sudo pacman -Rns" alias c="clear; quand" alias poule="git pull" +alias bri5="xrandr --output eDP-1 --brightness 0.5" +alias bri6="xrandr --output eDP-1 --brightness 0.6" +alias ascii="ascii -d" autoload -U compinit zstyle ':completion:*' menu select -- cgit v1.2.3