From ab3f43ac6e4bdd9e93a2d0cb99fe3284f885f6d3 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 20 Nov 2022 12:34:06 +0000 Subject: Added envvars to zshrc, and alias for pacman -Syu --- zsh/.zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zsh/.zshrc b/zsh/.zshrc index 0f24568..c08107d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -32,6 +32,8 @@ source "$XDG_CONFIG_HOME/zsh/.zshrc-xdg" ################################## orgd ####################################### export WRITTEN="$HOME/docs/wr" +export LLE="$WRITTEN/lle" +export HOLIDAY="$LLE/hol" export ORGD_ROOT="$WRITTEN/orgd" export ORGD_TD_PATH="$ORGD_ROOT/td" @@ -88,6 +90,9 @@ abbrev-alias p="zathura" abbrev-alias o="libreoffice --writer" abbrev-alias b="bat" +# other, e.g. updating and other commonly used commands +abbrev-alias pacud="sudo pacman -Syu" + # Source .zshrc-git, which contains all Git commands and aliases # TODO: add command to push to all remote repos, e.g. github, origin and gitlab -- cgit v1.2.1