summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2023-04-26 14:51:54 +0200
committermarcellus <msimon_fr@hotmail.com>2023-04-26 15:00:27 +0200
commitf4960863d3aa0604490e7ee758d8725f029c3805 (patch)
tree9681946e1feb48b8010c81c4252f58c09eced870 /zsh
parentb0ae0d055deac58ff601ff03bb9338efe547e064 (diff)
fix: patched the PATH, added a wallpaper, added dwmblocks config file
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshenv2
-rw-r--r--zsh/.zshrc5
2 files changed, 5 insertions, 2 deletions
diff --git a/zsh/.zshenv b/zsh/.zshenv
index 88560b6..1d51105 100644
--- a/zsh/.zshenv
+++ b/zsh/.zshenv
@@ -1,2 +1,2 @@
-export PATH="$HOME/:$PATH"
+export PATH="$HOME/.config/scripts:$PATH"
TERMINAL="st"
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