From f13cac9461c2b06073df7b6e1db6d38baf5b7696 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 4 Feb 2013 09:44:47 +0900 Subject: [PATCH] add sample of ~/.profile --- profile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/profile b/profile index 6be962b..255d638 100755 --- a/profile +++ b/profile @@ -1,6 +1,16 @@ #!/bin/sh -# ~/.dotfiles/profile +# # sample of ~/.profile + +# . ~/.dotfiles/profile + +# # if running bash +# if [ -n "$BASH_VERSION" ]; then +# # include .bashrc if it exists +# if [ -f "$HOME/.bashrc" ]; then +# . "$HOME/.bashrc" +# fi +# fi # This not works when, for example, inherit parent ENV and load /etc/profile # again.