diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-12 17:21:11 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-12 17:21:11 +0100 |
commit | f09fce4ff51ff3e26a4d77b23ca34950c9162fc0 (patch) | |
tree | ec18b3c02cab7f17574d1168f7a40693ae610cc6 /config/home/.bashrc | |
parent | ffc2a7d3cee6385508601374bdd34db253b70c65 (diff) |
use seperate shell folder that works cross shells
Diffstat (limited to 'config/home/.bashrc')
-rw-r--r-- | config/home/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/home/.bashrc b/config/home/.bashrc index 33dbba4..de7659a 100644 --- a/config/home/.bashrc +++ b/config/home/.bashrc @@ -6,4 +6,5 @@ bold="\[\033[1m\]" reset="\[\033[0m\]" PS1="${color1}${bold} [\\u${reset}@${color2}${bold}\\h]${reset} \\w " HISTFILE= -. $HOME/.config/zsh/aliases.sh +. $HOME/.config/shell/aliases.sh +. $HOME/.config/shell/functions.sh |