summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
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