diff options
author | self <george@gabbott.dev> | 2022-11-20 12:34:06 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-11-20 12:34:06 +0000 |
commit | ab3f43ac6e4bdd9e93a2d0cb99fe3284f885f6d3 (patch) | |
tree | 3a6b5cec72bec9f09b36ffd1eb10d8d8ee872721 /zsh/.zshrc | |
parent | 780660e512bcac132d3a446a630c3eb8e23e3080 (diff) |
Added envvars to zshrc, and alias for pacman -Syu
Diffstat (limited to 'zsh/.zshrc')
-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 |