summaryrefslogtreecommitdiffstats
path: root/.config/zsh
diff options
context:
space:
mode:
authorJoe <rrbo@proton.me>2023-12-13 09:56:16 +0100
committerJoe <rrbo@proton.me>2023-12-13 09:56:16 +0100
commita5d3e33dda466ec980c270625dc9cbf82c20fb6d (patch)
tree4cd486ebcc16b3b4108d7a2c5146d2f3e0f97911 /.config/zsh
parentup (diff)
downloaddotfiles-bsd-a5d3e33dda466ec980c270625dc9cbf82c20fb6d.tar.gz
dotfiles-bsd-a5d3e33dda466ec980c270625dc9cbf82c20fb6d.tar.bz2
dotfiles-bsd-a5d3e33dda466ec980c270625dc9cbf82c20fb6d.tar.xz
dotfiles-bsd-a5d3e33dda466ec980c270625dc9cbf82c20fb6d.tar.zst
dotfiles-bsd-a5d3e33dda466ec980c270625dc9cbf82c20fb6d.zip
up
Diffstat (limited to '.config/zsh')
-rw-r--r--.config/zsh/alias.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/zsh/alias.zsh b/.config/zsh/alias.zsh
index 15b08f7..2dc904a 100644
--- a/.config/zsh/alias.zsh
+++ b/.config/zsh/alias.zsh
@@ -249,5 +249,5 @@ alias open='xdg-open' \
mysql='mycli -u root -h' \
wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
os() {
- OS_CLOUD=$1 openstack
+ OS_CLOUD=$1 openstack ${@:2}
}