소스 검색

fix coments

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

+ 4
- 2
shrc 파일 보기

@@ -331,14 +331,16 @@ __safe_alias pc="sudo \paco -D"
alias pycalc="python -i -c 'from math import *' "
__safe_alias py3=python3
__safe_alias py2=python2
# SHELL cannot be used. for example, run bash inside zsh, SHELL is set to be
# /bin/zsh
# Sometimes SHELL cannot be used. For example, when running bash inside zsh
# SHELL is set to be /bin/zsh
if $inbash
then
alias _reloadrc="exec bash"
elif $inzsh
then
alias _reloadrc="exec zsh"
else
alias _reloadrc="exec $SHELL"
fi
# alias mytime="date +%Y%m%d-%H%M%S"
alias sh="ENV=$HOME/.shrc PS1=\$\ PROMPT_COMMAND="" sh"


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