소스 검색

Merge branch 'master' of github.com:10sr/dotfiles

pull/1/head
10sr 11 년 전
부모
커밋
5e119967a6
1개의 변경된 파일11개의 추가작업 그리고 1개의 파일을 삭제
  1. +11
    -1
      profile

+ 11
- 1
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.


불러오는 중...
취소
저장