기본 쉘을 'fish-shell'로 설정했습니다.

3246 단어 fishshell
나는 보통 5,6년 전에 기본 쉘로 zsh를 사용했습니다. 그리고 내 .zshrc와 .zshenv는 매우 혼란스럽습니다. 나는 이것들이 좋지 않다고 생각한다. 두 가지 생각이 듭니다. 첫째: .zshrc 및 .zshenv까지 정리합니다. 둘째: 셸을 변경합니다. 나는 선택 두 번째 생각, 껍질을 변경합니다. 환경을 바꾸는 것도 좋고 가끔 보면 fish-shell.

내 컴퓨터는 Mac OSX(10.15.6)입니다.

쉘 설치/설정



간단히!!

> brew install fish

기본 셸 변경



시도합니다chsh -s /usr/local/bin/fish . 그것은 일이 아니었다. Fish-shell은 기본 쉘이 아니므로 /etc/shells에 대한 fish-shell 경로를 추가합니다.

> sudo sh -c 'echo /usr/local/bin/fish >> /etc/shells'
Password:
> tail -1 /etc/shells
/usr/local/bin/fish 

한 번 더 chsh를 시도하십시오.

> chsh -s /usr/local/bin/fish

플러그인 설치 -- autojump --



나는 항상 autojump 명령을 사용합니다. j work , j Docu , j Desk ,... autojump 로 설정했습니다.

> brew reinstall autojump

그리고 나는 Fish configure를 씁니다.

> echo '[ -f /usr/local/share/autojump/autojump.fish ]; and source /usr/local/share/autojump/autojump.fish' >> ~/.config/fish/config.fish;


주제



fish-shell에는 theme-controll-plugin(Oh-MyFsh)[ https://github.com/oh-my-fish/oh-my-fish ]이 있습니다.

알겠습니다. 설치합니다.

> curl -L https://get.oh-my.fish | fish

끝났다! 자, 그럼 테마를 설치해보도록 하겠습니다.

<~>-> omf i ocean
Updating https://github.com/oh-my-fish/packages-main master... Done!
Error: ocean already installed.
 ⚓  ~  

글꼴 색상은 어떻게 변경합니까?



나는 터미널을 켜는 데 사용합니다. 그래서 나는 명령을 보지 못했습니다.
fish_config 명령으로 하고 글꼴 색상을 변경합니다. 이것은 좋다 :-)


  • 나는 읽었다 : Colour of partial matched suggestion in light terminal theme is un-readable #3412

  • 나는 이것들을 본다


  • fishshell
  • fish の始め方
  • Fisher
  • omf / oh-my-fish
  • OMF Theme List
  • 좋은 웹페이지 즐겨찾기