1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00
dotfiles/bash/profile
2023-02-06 21:56:42 +01:00

8 lines
187 B
Bash
Executable file

#
# ~/.profile
#
SHELL_NAME="$(basename $SHELL)"
[[ "$SHELL_NAME" == "ksh" && -f ~/.kshrc ]] && export ENV="$HOME/.kshrc"
[[ "$SHELL_NAME" == "bash" && -f ~/.bashrc ]] && . ~/.bashrc