]> git.pld-linux.org Git - packages/bash.git/blobdiff - bash-skel-.bashrc
- up to 4.2.37
[packages/bash.git] / bash-skel-.bashrc
index 16709995cdb98b148b81dd6e57ced0c42ae4e152..0631e3f67f1e8446dec59ac7ff5d6abbb37d110a 100644 (file)
@@ -1,12 +1,7 @@
-# .bashrc - file executed when executing bash
+# .bashrc - startup file for bash as interactive shell
 
 if [ -f /etc/bashrc ]; then
        . /etc/bashrc
 fi
 
-# return if the shell is not interactive (called from scp, etc)
-if [[ $- != *i* ]]; then
-       return
-fi
-
-# Put your local aliases here
+# Put your local functions and aliases here
This page took 0.030271 seconds and 4 git commands to generate.