Replaced non-expanding tilde with $HOME

master
Felix Stupp 4 years ago
parent 8872d8390d
commit 8361fa3d33
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -1,7 +1,7 @@
function recht() {
# Load configuration values
local serverUrl="${ZSH_PLUGIN_RECHT_SERVER_URL:-https://www.gesetze-im-internet.de}"
local docsDir="${ZSH_PLUGIN_RECHT_DOCS_DIR:-~/.zsh-recht-docs}";
local docsDir="${ZSH_PLUGIN_RECHT_DOCS_DIR:-$HOME/.zsh-recht-docs}";
local docViewer="${ZSH_PLUGIN_RECHT_DOC_VIEWER:-xdg-open}";
# Create output directory if not exists already
mkdir --parents "$docsDir";

Loading…
Cancel
Save