소스 검색

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

pull/1/head
10sr 11 년 전
부모
커밋
28c2c5ba30
2개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      bashrc
  2. +6
    -0
      gitignore

+ 1
- 3
bashrc 파일 보기

@@ -33,8 +33,6 @@ null ls --version && alias with_coreutils=true

#################################

export PS1 # PS1 is defined later
# PROMPT_COMMAND=prompt_function
if false iswindows
then
export PAGER='tr -d \\r | less'
@@ -210,7 +208,7 @@ scr(){
}

netwait(){
while ! ping example.com -c 1
while ! ping -c 1 -t 1 example.com
do
true
done


+ 6
- 0
gitignore 파일 보기

@@ -1,3 +1,9 @@
\#*
*~
.DS_Store

# gnu global
GPATH
GRTAGS
GSYMS
GTAGS

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