Update dotfiles/.profile
This commit is contained in:
parent
fba9aa3061
commit
d6272a8419
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@ if [ -f "$HOME/.local/functions" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Bash / ZSH
|
### Bash / ZSH
|
||||||
|
echo "$0"
|
||||||
|
echo "$SHELL"
|
||||||
if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ] || [ "$SHELL" = '/bin/bash' ] || [ "$0" = 'zsh' ] || [ "$0" = '/bin/zsh' ] || [ "$SHELL" = '/bin/zsh' ]; then
|
if [ "$0" = 'bash' ] || [ "$0" = '/bin/bash' ] || [ "$SHELL" = '/bin/bash' ] || [ "$0" = 'zsh' ] || [ "$0" = '/bin/zsh' ] || [ "$SHELL" = '/bin/zsh' ]; then
|
||||||
### OS Detection
|
### OS Detection
|
||||||
if [ -f /etc/os-release ]; then
|
if [ -f /etc/os-release ]; then
|
||||||
|
|
Loading…
Reference in a new issue