Skip to content
Snippets Groups Projects
Commit 497e1e78 authored by nimrod's avatar nimrod
Browse files

Vault login alias.

parent f79419e7
No related branches found
No related tags found
No related merge requests found
Pipeline #1283 passed
......@@ -154,6 +154,7 @@ alias transmission-remote='forward kodi.shore.co.il 9091:localhost:9091 && trans
alias unssh="ssh -o \"UserKnownHostsFile /dev/null\" -o \"StrictHostKeyChecking no\""
alias update-requirements='find -name "*requirements*.txt" -exec pur --requirement {} \;'
alias venv='python3 -m venv'
alias vl='vault login -method=ldap username=nimrod "password=$(ph show --field Password 'ChorusOne/JumpCloud')"'
alias wifi-portal='curl --silent --fail --write-out "%{redirect_url}" --output /dev/null http://detectportal.firefox.com/success.txt'
alias yellow="printf '\e[1;93m%s\e[0m\n'"
alias xargs="xargs "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment