Add .profile

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2016-09-11 18:00:03 +02:00
parent 9547aa3ee3
commit 3aee19333c
4 changed files with 36 additions and 7 deletions

View file

@ -3,10 +3,10 @@
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
#case $- in
# *i*) ;;
# *) return;;
#esac
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options