diff options
Diffstat (limited to '')
-rw-r--r-- | .config/zsh/alias.zsh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh index 8fca31c..3a0bb8e 100644 --- a/.config/zsh/alias.zsh +++ b/.config/zsh/alias.zsh @@ -247,4 +247,8 @@ alias open='xdg-open' \ dosbox='dosbox -conf $XDG_CONFIG_HOME/dosbox/dosbox.conf' \ gpg='gpg2' \ mysql='mycli -u root -h' \ - wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' + wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"' \ + os='openstack' +osc() { + openstack --os-cloud=$1 +} |