diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |