diff --git a/.profile b/.profile index 13d3cb88..0ffdacfa 100755 --- a/.profile +++ b/.profile @@ -245,6 +245,11 @@ if has tree; then alias ts="tree $treeargs -hL 2" unset treeargs fi +if has vault; then + alias vlogin="vault login -method=ldap username=$(whoami)" + alias vls="vault list" + alias vr="vault read" +fi # Dotfile management aliases if [ -d "$HOME/.dotfiles" ]; then