mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
1.0.0 - Remade structure for GNU Stow
This commit is contained in:
6
bash/.bashrc
Normal file
6
bash/.bashrc
Normal file
@@ -0,0 +1,6 @@
|
||||
if [ -n "$PS1" ]
|
||||
then
|
||||
source ~/.bash_profile;
|
||||
else
|
||||
[ -r ~/.path ] && [ -f ~/.path ] && source ~/.path;
|
||||
fi
|
||||
Reference in New Issue
Block a user