aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-03-28 15:05:04 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-03-28 15:05:04 -0400
commita7d2c0b8de196e3f069f6447b5f22341d1cebd04 (patch)
tree47e9934e4fbe136a2a09e39b87b5fee8411ad578 /.bashrc
parentInitial commit (diff)
downloaddotfiles.old-a7d2c0b8de196e3f069f6447b5f22341d1cebd04.tar.gz
dotfiles.old-a7d2c0b8de196e3f069f6447b5f22341d1cebd04.tar.bz2
dotfiles.old-a7d2c0b8de196e3f069f6447b5f22341d1cebd04.zip
Create '.bashrc'
This creates the file '.bashrc', and adds the standard "test for an interactive shell".
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..786f06d
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,7 @@
1# ~/.bashrc
2# Author: Mountain Man
3
4# Test for an interactive shell.
5if [[ $- != *i* ]] ; then
6 return
7fi