Create target directory if required

Remove hardcoded target directory
This commit is contained in:
Pratik Tripathy
2023-02-06 00:32:52 +05:30
parent 6c061f3a10
commit 2f5dbc7f10
4 changed files with 8 additions and 6 deletions

View File

@@ -211,4 +211,5 @@ command -v kubectl && source <(kubectl completion bash)
[[ ! -f "$HOME/.cargo/env" ]] || source "$HOME/.cargo/env"
export QT_PLUGIN_PATH=~/.local/lib/qt/plugins/:
. "$HOME/.cargo/env"
eval "$(ssh-agent -s)"