diff options
author | Joe <rrbo@proton.me> | 2023-12-11 11:31:14 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-12-11 11:31:14 +0100 |
commit | b0c874d229b2160bd1570b82be09f92c16656f8d (patch) | |
tree | cdde5ff1bdaa1635d0e2da2f1f591913ceebf235 /.config/zsh | |
parent | up (diff) | |
download | dotfiles-bsd-b0c874d229b2160bd1570b82be09f92c16656f8d.tar.gz dotfiles-bsd-b0c874d229b2160bd1570b82be09f92c16656f8d.tar.bz2 dotfiles-bsd-b0c874d229b2160bd1570b82be09f92c16656f8d.tar.xz dotfiles-bsd-b0c874d229b2160bd1570b82be09f92c16656f8d.tar.zst dotfiles-bsd-b0c874d229b2160bd1570b82be09f92c16656f8d.zip |
up
Diffstat (limited to '.config/zsh')
-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 +} |