Browse Source

fix profile

pull/1/head
10sr 11 years ago
parent
commit
37a6a9e963
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      profile

+ 4
- 2
profile View File

@@ -2,8 +2,10 @@

# ~/.dotfiles/profile

test -n "$DOTFILES_PROFILE" && return
export DOTFILES_PROFILE=t
# This not works when, for example, inherit parent ENV and load /etc/profile
# again.
#test -n "$DOTFILES_PROFILE" && return
#export DOTFILES_PROFILE=t

# export PS1="\$ "
export LC_TIME=C


Loading…
Cancel
Save