summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <gitcommit@henk.geekmail.org>2022-12-29 13:26:37 +0100
committerHendrik Jäger <gitcommit@henk.geekmail.org>2023-01-08 13:37:02 +0100
commit9a3d8f8b4ed8438805f72d496579d50d52be5dcc (patch)
treee144b65ec9737493a9924cbd3fd9e22ebf9c5cb9
parent0fbd4e5fa0bcad4e1c1062cd679db5d8a11cccb5 (diff)
fix: consolidate aliases
-rw-r--r--.zsh_aliases8
-rw-r--r--.zsh_qemu6
-rw-r--r--.zshrc2
3 files changed, 8 insertions, 8 deletions
diff --git a/.zsh_aliases b/.zsh_aliases
index ff8b3a4..abbbea4 100644
--- a/.zsh_aliases
+++ b/.zsh_aliases
@@ -67,5 +67,13 @@ alias ta='task'
#alias in='task in'
alias ti='timew'
+
+alias q2g_vde="/usr/bin/qemu-system-x86_64 -machine accel=kvm -m 2048 \
+ -net vde,vlan=1,sock=/var/run/vde2/vsw0.ctl"
+
+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_qemu b/.zsh_qemu
deleted file mode 100644
index 4e5a5d6..0000000
--- a/.zsh_qemu
+++ /dev/null
@@ -1,6 +0,0 @@
-alias q2g_vde="/usr/bin/qemu-system-x86_64 -machine accel=kvm -m 2048 \
- -net vde,vlan=1,sock=/var/run/vde2/vsw0.ctl"
-
-alias q2g_br="/usr/bin/qemu-system-x86_64 -machine accel=kvm -m 2048 \
- -net tap,ifname=tap0,vlan=0,script=no,downscript=no"
-
diff --git a/.zshrc b/.zshrc
index 2f9d668..2bc79dd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -37,8 +37,6 @@ hash -d fortunes=~/Data/henksfiles/workinprogress/Dokumente/fortunes/
# aliases are usually independent and standalone
source ~/.zsh_aliases
-# TODO break this up or make functions or get rid?
-source ~/.zsh_qemu
# load plugin manager after all 'static' stuff is done