Initial commit of very basic dotfiles
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Source the files in the bash folder
|
||||
for file in ~/.bash/{shell,commands,prompt,aliases}; do
|
||||
[ -r "$file" ] && source "$file";
|
||||
done;
|
||||
unset file;
|
||||
|
||||
Reference in New Issue
Block a user