191. Terminal
How to set up our terminal to look nice along our newly set up Sublime Text.
^ This file gets read everytime we open up the terminal.
In here we can put in a bunch of thing that we want our terminal to do.
For example,
https://www.maketecheasier.com/8-useful-and-interesting-bash-prompts/
PS1="[\[\033[32m\]\w]\[\033[0m\]<strong>\n</strong>\[\033[1;36m\]\u\[\033[1;33m\]-> \[\033[0m\]"
copy and paste below.
If you want to exit, we need to do ctrl + x and then press enter
and I got the one below.
You can set up your PS1 to display whatever you want.
shell
-git bash
- Oh-my-zsh
https://ohmyz.sh/
A ton of themes that you can use. - fish shell
https://fishshell.com/
All the operating systems on it
Author And Source
이 문제에 관하여(191. Terminal), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@bianjy/191.-Terminal저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)