191. Terminal
2036 ワード
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
https://ohmyz.sh/
A ton of themes that you can use.
https://fishshell.com/
All the operating systems on it
Reference
この問題について(191. Terminal), 我々は、より多くの情報をここで見つけました https://velog.io/@bianjy/191.-Terminalテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol