diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +#!/bin/bash -i + +case $- in + *i*) ;; + + *) + return + ;; +esac + +if test -f ~/.shrc +then + . ~/.shrc +fi |
![]() |
index : dotfiles | |
Personal dotfiles | Marc Pervaz Boocha |
summaryrefslogtreecommitdiffstats |