summaryrefslogtreecommitdiffstats
path: root/bash_functions.d/dotf.sh
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-20 09:11:18 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-20 09:11:18 +0100
commit5586e86effd9ab880d77a4d285f72832ec58def5 (patch)
tree2d1868596f3325035d9b860670dade42fd3a8d6b /bash_functions.d/dotf.sh
parentebaf821d8ac29fdf65a3deba327c6ecb16ced2c2 (diff)
added bash completions and functions
Diffstat (limited to 'bash_functions.d/dotf.sh')
-rw-r--r--bash_functions.d/dotf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash_functions.d/dotf.sh b/bash_functions.d/dotf.sh
new file mode 100644
index 0000000..932e442
--- /dev/null
+++ b/bash_functions.d/dotf.sh
@@ -0,0 +1,3 @@
+dotf() {
+ cd ~/openbsd-dotfiles
+}