summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2024-02-09 22:02:40 +0800
committerSadeep Madurange <sadeep@asciimx.com>2024-02-09 22:02:40 +0800
commit68d054306340d2df24c8bccc89531b8778b93dbb (patch)
tree89e8edd937ac60cfd669a0c649381ccdccf7002b /.profile
parent1dd01be62f11dbd132a5df090d93d916ab4c15d8 (diff)
downloaddotfiles-68d054306340d2df24c8bccc89531b8778b93dbb.tar.gz
OpenBSD dotfiles.
Diffstat (limited to '.profile')
-rw-r--r--.profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/.profile b/.profile
new file mode 100644
index 0000000..ce9b4eb
--- /dev/null
+++ b/.profile
@@ -0,0 +1,10 @@
+# $OpenBSD: dot.profile,v 1.8 2022/08/10 07:40:37 tb Exp $
+#
+# sh/ksh initialization
+
+PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
+export PATH HOME TERM
+
+alias runbox='cd ~/Downloads && mutt -F ~/.mutt/runboxrc'
+alias download='youtube-dl --verbose --external-downloader aria2c --external-downloader-args "-c -j 3 -x 3 -s 3 -k 1M"'
+alias screenshot='flameshot full -p ~/pic/captures -d 5000'