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
  • 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