summaryrefslogtreecommitdiff
path: root/tw/home/files/zshrc
diff options
context:
space:
mode:
authorTimo Wilken2023-10-10 00:28:19 +0200
committerTimo Wilken2023-10-10 00:28:19 +0200
commit429ba62237f138e8ccd204fd61101eddd3ddd317 (patch)
treef6682461180c34125b57c03de28f0cca8aea15b2 /tw/home/files/zshrc
parent1748a912542a9940d7faf22fd96c39dd48efbd04 (diff)
Fix aurora alias quoting
Diffstat (limited to 'tw/home/files/zshrc')
-rw-r--r--tw/home/files/zshrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc
index 2fb5f193..4f71747d 100644
--- a/tw/home/files/zshrc
+++ b/tw/home/files/zshrc
@@ -101,8 +101,8 @@ alias ipy='ipython3 --autoindent --automagic --pprint --no-banner --no-confirm-e
alias rot13='caesar 13'
alias pdsh='\pdsh -SR ssh -f 64'
alias wget='\wget --hsts-file="${XDG_CACHE_HOME:-$HOME/.cache}/wget-hsts"'
-alias aurora="REQUESTS_CA_BUNDLE=${XDG_CONFIG_HOME:-$HOME/.config}/cern-ca-bundle.crt \aurora"
-alias aurora_admin="REQUESTS_CA_BUNDLE=${XDG_CONFIG_HOME:-$HOME/.config}/cern-ca-bundle.crt \aurora_admin"
+alias aurora='REQUESTS_CA_BUNDLE=${XDG_CONFIG_HOME:-$HOME/.config}/cern-ca-bundle.crt \aurora'
+alias aurora_admin='REQUESTS_CA_BUNDLE=${XDG_CONFIG_HOME:-$HOME/.config}/cern-ca-bundle.crt \aurora_admin'
alias nomad='NOMAD_TOKEN=$(pass cern/ci/nomad-bootstrap-token | head -1) \nomad'
alias nomad-pack='NOMAD_TOKEN=$(pass cern/ci/nomad-bootstrap-token | head -1) \nomad-pack'
alias nomad-diskfree='NOMAD_TOKEN=$(pass cern/ci/nomad-bootstrap-token | head -1) \nomad-diskfree'