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

9 lines
187 B
Text
Raw Normal View History

2013-05-02 23:39:51 +02:00
#
# ~/.profile
#
2023-02-06 21:56:42 +01:00
SHELL_NAME="$(basename $SHELL)"
[[ "$SHELL_NAME" == "ksh" && -f ~/.kshrc ]] && export ENV="$HOME/.kshrc"
[[ "$SHELL_NAME" == "bash" && -f ~/.bashrc ]] && . ~/.bashrc