summaryrefslogtreecommitdiff
path: root/mac/.config/shell
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-26 19:07:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-26 19:07:59 +0900
commit2fb9c986ce668f71cdbc4055d0704c548fb854ff (patch)
tree124f8aa4b02418317a4aba21595ad1d3ce2b1791 /mac/.config/shell
parent3b8ec0a6305c75d70c0b57f0ff9a4045035dde5f (diff)
updates
Diffstat (limited to 'mac/.config/shell')
-rw-r--r--mac/.config/shell/aliasrc3
-rw-r--r--mac/.config/shell/profile3
2 files changed, 6 insertions, 0 deletions
diff --git a/mac/.config/shell/aliasrc b/mac/.config/shell/aliasrc
index 30fb9f9..270227c 100644
--- a/mac/.config/shell/aliasrc
+++ b/mac/.config/shell/aliasrc
@@ -460,6 +460,9 @@ alias uzl='unzip -l'
alias vi='vim'
alias vi.='vim .'
+# vpn
+alias ovpn='sudo openvpn --config ~/.config/openvpn/thesiah.ovpn'
+
# watch
alias w1='watch -n 1'
diff --git a/mac/.config/shell/profile b/mac/.config/shell/profile
index 2101982..5549050 100644
--- a/mac/.config/shell/profile
+++ b/mac/.config/shell/profile
@@ -129,6 +129,9 @@ export LYNX_CFG_PATH="$XDG_CONFIG_HOME/lynx"
export LESSOPEN="| lesspipe.sh %s"
}
+### --- MBSYNC --- ###
+export MBSYNCRC="$XDG_CONFIG_HOME/mbsync/config"
+
### --- MOZILLA --- ###
export MOZ_USE_XINPUT2=1 # Mozilla smooth scrolling/touchpads.