How to customize VS Code terminal with one command | MacOS
Описание
Customize vscode terminal and ignored the dummy text and all levels of directories. You can use any color you want. You can use your name in the terminal or any special character. Bold the current directory.
Command: PROMPT='%B%F{75}%1~%f %F{178}$%f %b'
# This simple command will customize your terminal
# Let me tell you the magic behind this.
# This B means to Bold the directory name
# F{75} And this means to color my directory to this color
# 3 means I need three levels of the directory to show
# let's change back to 1 to see just the current directory
# F{178} this means to color my dollar sign to yellow
# $ is optional you can use anything in this place
# let's change this to :
# I like the dollar sign that's why I am using the dollar sign
► Colors:https://www.ditig.com/256-colors-cheat-sheet
► Social Media ?
GitHub: https://github.com/engbakhtmuhammad
LinkedIn: https://cutt.ly/engbakhtmuhammad
► Time Stamp⌚⌚
0:00 Customize terminal
0:10 process to customize
Thanks for Watching!
Please ?➕ subscribe for more!
Рекомендуемые видео



















