zsh:nameddirs: Add ws & ss for WiSe & SoSe

This commit is contained in:
2023-11-24 13:34:09 +01:00
parent 99701cf1a5
commit 0213ad8f7d

View File

@@ -30,4 +30,6 @@ if (( $+nameddirs[uni] )); then
# TODO!
hash -d sose="$(echo ~uni/[0-9][0-9]ss(NnOn[1]))"
hash -d wise="$(echo ~uni/[0-9][0-9]ws(NnOn[1]))"
hash -d ss="$nameddirs[sose]"
hash -d ws="$nameddirs[wise]"
fi