bashrc 를 편집 할 때 editor 에서의 syntax color를 의미 하는 것이 맞나요?
그렇다면 editor 가 vim 이라면 vim color scheme 로 검색을 해 보시면 됩니다.
일단, 설명하는 color syntax 가 저와는 달라서 어떻게 하면 된다고 수정을 해 주지는 못하겠고, color sheme와 vim syntax file 에서 alias 를 정의한 부분을 적당히 원하시는 대로 수정 하시면 될 것 같습니다.
shell상에서의 color 예를 들어 ls 의 color 결과는 /etc/DIR_COLORS 를 수정하여 변경이 가능 합니다.
참고해보세요.
- Alias 는 별칭'으로 사용된다고 합니다.
- bashrc color 로 구글 검색해보니. bash 색상을 변경에 대한 내용이 보입니다.
//Alias
Alias 설정하기
http://sens.tistory.com/20
리눅스에서 자주 사용하는 커맨드 alias 설정하기
https://okky.kr/article/198492
#15. alias, vim, 변수 영구적 설정/등록
http://movenpick.tistory.com/26
리눅스(Linux) Alias 설정 및 사용 방법
http://caver.tistory.com/entry/리눅스Linux-Alias-설정-및-사용-방법
리눅스 alias 등록 방법 (리눅스 명령어 별칭, 별명 사용법)
http://withcoding.com/121
Alias 설정하기
https://hue9010.github.io/etc/Alias-설정하기/
.bashrc 문서에 Alias 등록
http://webclub.tistory.com/179
자주 쓰는 명령어 등록 - alias
http://ganus-textcube.blogspot.com/2010/04/자주-쓰는-명령어-등록-alias.html
#15. alias, vim, 변수 영구적 설정/등록
http://movenpick.tistory.com/26
[리눅스 마스터 2급] Shell(쉘)
https://m.blog.naver.com/PostView.nhn?blogId=wogmd469&logNo=220971813850&proxyReferer=https%3A%2F%2Fwww.google.co.kr%2F
//Bash Color
Colorizing your terminal and shell environment?
https://unix.stackexchange.com/questions/148/colorizing-your-terminal-and-shell-environment
Bash tips: Colors and formatting (ANSI/VT100 Control sequences)
https://misc.flogisoft.com/bash/tip_colors_and_formatting
Show ANSI colors v1.0
https://getbitbar.com/plugins/Tutorial/ansi.sh
3 way to pimp your BASH console
https://www.itworld.com/article/2833199/it-management/3-ways-to-pimp-your-bash-console.html
More than just colors: My bash settings
http://www.joelbrock.org/blog/2009/09/more-than-just-colors-my-bash-settings/
Where can I find bash_profile / bashrc themes?
https://superuser.com/questions/488795/where-can-i-find-bash-profile-bashrc-themes
----------------------------------------------------------------------------
젊음'은 모든것을 가능하게 만든다.
매일 1억명이 사용하는 프로그램을 함께 만들어보고 싶습니다.
정규 근로 시간을 지키는. 야근 없는 회사와 거래합니다.
각 분야별. 좋은 책'이나 사이트' 블로그' 링크 소개 받습니다. shintx@naver.com
bashrc 를 편집 할 때 editor 에서의
bashrc 를 편집 할 때 editor 에서의 syntax color를 의미 하는 것이 맞나요?
그렇다면 editor 가 vim 이라면 vim color scheme 로 검색을 해 보시면 됩니다.
일단, 설명하는 color syntax 가 저와는 달라서 어떻게 하면 된다고 수정을 해 주지는 못하겠고, color sheme와 vim syntax file 에서 alias 를 정의한 부분을 적당히 원하시는 대로 수정 하시면 될 것 같습니다.
shell상에서의 color 예를 들어 ls 의 color 결과는 /etc/DIR_COLORS 를 수정하여 변경이 가능 합니다.
.
bashrc가 아니고 .bashrc이겠지요. vim editor로 파일 $HOME/.bashrc를 열었다는 말이지요. 아래, 위 다 빼버리면 알아듣기가 힘들겠지요.
기본이 vi editor는 syntax on으로 설정되어 있어서 문법을 체크해주는데요. 완벽하게 체크는 못하더라구요. 그래서 색상이 이상하게 나오는 경우가 있습니다. 그런 것을 용납 못한다면 ex mode에서
:syntax off
라고 하면 단색으로 나옵니다. 이것이 싫다면
:colorscheme blue
라고 하면 배경색이 청색이 되는데, 영문이 두자 이상이든, 영문 한자이든, 숫자이든 구별없이 =의 색상이 같게 나오는군요.
어떤 리눅스를 사용하는지 모르겠으나, vimrc를 $HOME/.vimrc로 복사한 후에 편집하여 사용하면 되겠지요.
댓글 달기