wip
This commit is contained in:
parent
858f49be46
commit
61b94fcaf2
@ -1,4 +1,8 @@
|
||||
# shellcheck disable=SC2148
|
||||
|
||||
# alias web='yarn dlx @web/cli' # This way doesn't work. Because life is hard.
|
||||
alias web='npx @web/cli@latest'
|
||||
|
||||
# VPN aliases
|
||||
CISCO_VPN_CLI="/opt/cisco/anyconnect/bin/vpn"
|
||||
TGT_VPN="TGT_VPN_MAC"
|
||||
@ -6,4 +10,4 @@ TGT_VPN="TGT_VPN_MAC"
|
||||
[ -x $CISCO_VPN_CLI ] && alias vpn-disconnect="\$CISCO_VPN_CLI disconnect"
|
||||
|
||||
# Will delete this soon in favor of something better
|
||||
[ -x "${HOME}/bin/auto-vpn.sh" ] && alias vpn="\${HOME}/bin/auto-vpn.sh"
|
||||
[ -x "${HOME}/bin/auto-vpn.sh" ] && alias vpn="\${HOME}/bin/auto-vpn.sh"
|
||||
|
Loading…
x
Reference in New Issue
Block a user