8 lines
164 B
Bash
8 lines
164 B
Bash
#!/usr/bin/env bash
|
|
# .bashrc by TheK4n
|
|
# https://github.com/TheK4n/dotfiles
|
|
|
|
if [ -f "$HOME/.config/bash/sourcer" ]; then
|
|
source $HOME/.config/bash/sourcer
|
|
fi
|