소스 검색

.bashrc: change color of prompt

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

+ 3
- 2
.bashrc 파일 보기

@@ -158,7 +158,7 @@ prompt_function(){ # used by PS1
local cdef=""
else
local c1="\e[33m"
local c2="\e[32m"
local c2="\e[36m"
local cdef="\e[0m"
fi
local pwd=$(echo "${PWD}/" | sed -e "s:${HOME}:~:")
@@ -249,7 +249,8 @@ isdarwin(){
# for windose

winln(){
if [ $# -eq 0 ]; then
if [ $# -eq 0 ]
then
echo "usage: winln TARGET LINK_NAME"
echo "Create a link to TARGET with the name LINK_NAME (that is, TARGET must already exist)."
echo "About other features run 'junction'."


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