summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov2070@gmail.com>2023-10-15 01:27:19 +0300
committerjustanothercatgirl <sotov2070@gmail.com>2023-10-15 01:27:19 +0300
commit3cbdc30c135060c05854d7bff1e892cd1c153d2e (patch)
tree022ef78acaab59fb18e7d00005947924a4159176 /.bashrc
parentacb95dbd46d30b2ff2f1b2d09ebfae598f5df895 (diff)
FIXED DOUBLE MONITOR ISSUES HORAAY
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc9
1 files changed, 9 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index dc298f0..22178df 100644
--- a/.bashrc
+++ b/.bashrc
@@ -6,6 +6,15 @@ alias psiphon="psiphon-console-client"
alias cppreference="microsoft-edge-dev /usr/share/doc/cppreference/en/cpp.html"
alias nv=nvim
alias whatsapp=whatsie
+alias lan="bash zerotierconnect.sh"
+
+export c="/mnt/C"
+export d="/mnt/D"
+
+function swap() { mv "$1" "$1._tmp" && mv "$2" "$1" && mv "$1._tmp" "$2"; }
+
+function kboff() { xinput float 22; }
+function kbon() { xinput reattach 22 3; }
# dotfiles
alias config='/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME'