Create .bashrc
This commit is contained in:
5
homedir.skel/.bashrc
Normal file
5
homedir.skel/.bashrc
Normal file
@@ -0,0 +1,5 @@
|
||||
if [[ -d ~/.local/bashrc.d ]]; then
|
||||
for FN in ~/.local/bashrc.d/*.sh ; do
|
||||
source $FN
|
||||
done
|
||||
fi
|
||||
Reference in New Issue
Block a user