Skip to content

Commit

Permalink
Tabs->spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
exTerEX committed Nov 28, 2021
1 parent 96b94ac commit 46f3e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
. "$HOME/.bashrc"
fi
fi

# if running zsh
if [ -n "$ZSH_VERSION" ]; then
# include .zshrc if it exists
if [ -f "$HOME/.zshrc" ]; then
. "$HOME/.zshrc"
. "$HOME/.zshrc"
fi
fi

Expand Down

0 comments on commit 46f3e7a

Please sign in to comment.