summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <smadurange@users.noreply.github.com>2022-05-08 10:51:02 +0800
committerSadeep Madurange <smadurange@users.noreply.github.com>2022-05-08 10:51:02 +0800
commitd1ab748d3ccb5ab4ddefe5ac7caf00b8b57a6f4d (patch)
treec790b75e32b198ccddd0e378fd3c97c30a4d5912
parent754463245333e63a000ab565e7dba00d3b8e95ac (diff)
downloaddotfiles-d1ab748d3ccb5ab4ddefe5ac7caf00b8b57a6f4d.tar.gz
Bash profile and aliases.
-rw-r--r--.bash_aliases1
-rw-r--r--.bash_profile5
2 files changed, 6 insertions, 0 deletions
diff --git a/.bash_aliases b/.bash_aliases
new file mode 100644
index 0000000..01581a1
--- /dev/null
+++ b/.bash_aliases
@@ -0,0 +1 @@
+alias mutt=neomutt
diff --git a/.bash_profile b/.bash_profile
new file mode 100644
index 0000000..5545f00
--- /dev/null
+++ b/.bash_profile
@@ -0,0 +1,5 @@
+#
+# ~/.bash_profile
+#
+
+[[ -f ~/.bashrc ]] && . ~/.bashrc