]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/commitdiff
fix: use ix.io via function, not global alias
authorHendrik Jäger <gitcommit@henk.geekmail.org>
Sat, 31 Dec 2022 13:04:21 +0000 (14:04 +0100)
committerHendrik Jäger <gitcommit@henk.geekmail.org>
Sun, 8 Jan 2023 12:37:02 +0000 (13:37 +0100)
.zsh_aliases
.zsh_functions/ix [new file with mode: 0644]

index abbbea4194bd51b5400a3d6d6f9ceeb728e92adc..fb70484b57def881d25581487fbaa0fe7af975e2 100644 (file)
@@ -74,6 +74,3 @@ alias q2g_vde="/usr/bin/qemu-system-x86_64 -machine accel=kvm -m 2048 \
 alias q2g_br="/usr/bin/qemu-system-x86_64 -machine accel=kvm -m 2048 \
     -net tap,ifname=tap0,vlan=0,script=no,downscript=no"
 
-
-alias -g IX='|curl -F "f:1=<-" ix.io'
-
diff --git a/.zsh_functions/ix b/.zsh_functions/ix
new file mode 100644 (file)
index 0000000..0865d67
--- /dev/null
@@ -0,0 +1 @@
+curl -F "f:1=<-" ix.io