Skip to content

Commit

Permalink
🦗 .bashrc shell functions
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Mar 25, 2024
1 parent b854eec commit 45d2379
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ plugins=(
[[ ! -f ${HOME}/.bashenv ]] || source ${HOME}/.bashenv
# Aliases
[[ ! -f ${HOME}/.shell_aliases ]] || source ${HOME}/.shell_aliases
# Functions
[[ ! -f ${HOME}/.shell_functions ]] || source ${HOME}/.shell_functions

source "${OSH}/oh-my-bash.sh"

Expand Down

0 comments on commit 45d2379

Please sign in to comment.