Home>
Troubleshooting
The notation of the terminal has changed.
I do n’t know what happened when I googled.
It would be helpful if you could tell me what is happening.
Also, if you can tell me how to solve it, it will be very helpful.
admin @ user name%
Before
user name admin $
(I remember it)
Environmental information
macOS Catalina 10.15.1
Terminal 2.10
Other useful information
Execution result of terminal command ls-a at root (partially hidden)
* If i paste it as it is, it will be difficult to see the format and it will be difficult to see
-
Answer # 1
Related articles
- macos (osx) - how to read file contents with backslash left in mac terminal
- macos (osx) - how to install macports terminal
- macos (osx) - with ipad pro, i access the terminal of mac book pro and program with ipad
- macos (osx) - after inserting fish, the terminal of mac doesn't start
- macos (osx) - keyboard operation of mac terminal
- macos (osx) - how to change the terminal color of vscode
- macos (osx) - mac terminal error resolution (zsh: command not found: jupyter)
- macos (osx) - cobol and mac terminal error messages
- macos (osx) - change password in mac terminal
- macos (osx) - i am creating an app for mac with swiftui, but i know how to display another window, but an error occurs when i cl
- macos (osx) - remove highlight after using search function of mi text editor
- macos (osx) - i get "build failed" during the glad initialization in opengl
- macos (osx) - i want to move rails easily
- macos (osx) - how to get window handle on mac with qt
- macos (osx) - ruby on rails installation error (`you don't have write permissions`)
- macos (osx) - there is a margin below the titlebaraccessoryviewcontroller
- css3 - the display changed when the css code in html was converted to an external file
- macos (osx) - forced termination immediately after starting arduino ide it can be solved by disconnecting the hdmi cable of the
- macos (osx) - how to remotely access multiple windows pcs on one mac at the same time
- macos (osx) - can't install mactex
Related questions
- linux - the number of local files and the total capacity are different from the remote even though they should be synchronized w
- [python] execute alias command in subprocesscall, 0 is returned but alias cannot be registered
- macos (osx) - how to exceed the upper limit of accessibility reading function
- i'm having trouble installing python 390
- bash - i want to change the color of the user name in iterm2
- macos (osx) - removed shell error when opening terminal on mac
- i cannot set $git config --global useremail
- python script cannot be executed
- macos (osx) - about the original mac icon created in the terminal
- macos (osx) - mac_node-sass install _command not found
Solved. The information is summarized below for your reference.
The appearance of the shell (reference URL) changes from bash to zsh.
It seems to have changed by changing to Catalina. I apologize to you for a fuss over.
(In macOS 10.15 Catalina, zsh is the default shell instead of bash.)
Various functions (plug-ins) can be used by changing from bash to zsh.
For example, it is now possible to move a directory with a tab, which has been a direct hit, until now, with a command input error completion function, and color-coded according to the input contents. There seems to be a drawback of slow startup, but I was at an acceptable level. (Click here for details)
As a result, the appearance and functions have been improved!
By the way, if you want to change "%" to "$", you can use the following command.
PROMPT = '% m:% F {green}% ~% f% n% F {yellow} $% f'
Reference URL
Conversely, if you want to change "$" to "%",
PROMPT = "% {$fg [cyan]%}% c% {$reset_color%} %%"
Reference URL