Uploaded November 2021 | Updated September 2026, 2 weeks ago
vim is one of the earliest command-line text editors and comes pre-installed on most Linux and Mac machines. On Windows you'll need to install it, by downloading it from vim.org
https://itvraag.nl
vim is one of the earliest command-line text editors and comes pre-installed on most Linux and Mac machines. On Windows you'll need to install it, by downloading it from vim.org
https://itvraag.nl









![Bash #11 - Customize prompt (three methods)
In this video well cover three ways to customize your bash prompt for a better readability.
#terminal #commandprompt #bash
https://itvraag.nl
Timestamp:
0:00 Intro
0:18 prompt usage
0:43 download / install Nerd Font
1:06 change Windows terminal default font
1:40 prompt generator
2:27 bash-it installation
3:01 bash-it aliases
3:19 bash-it themes
3:32 bash-it change theme
3:47 bash-it missing icons/glyphs
4:05 oh-my-bash installation
4:38 oh-my-bash themes
4:45 oh-my-bash change theme
4:57 oh-my-bash aliases
Related video:
Windows 11 Terminal PRO tips: https://youtu.be/0NBYBOGalO4
Git #1 - basics: https://youtu.be/x6Hf_SRRYOY
Vim #1 - basics: https://youtu.be/VmsO5SYorX0
APT package manager: https://youtu.be/ZKPs-rnG6E0
oh-my-zsh: https://youtu.be/IMUuElcjMdo
MacOS terminal PRO tips: https://youtu.be/LcelO7XErdA
Bash #9 - Fish: https://youtu.be/N_dR2deb_KE
Bash #6 - APT package manager: https://youtu.be/ZKPs-rnG6E0
Bash #2 - help, touch, echo & aliases: https://youtu.be/cyi6imc5ruY
Bash #1 - basic concepts: https://youtu.be/C-HwzPVLo1c
Used links and commands:
Bash prompt generator: https://ezprompt.net
Bash-it: https://bash-it.readthedocs.io/en/latest/installation/
oh-my-bash: https://github.com/ohmybash/oh-my-bash
Used commands:
export PS1=u@[e[36m]h[e[m] [e[33m]w[e[m]😎
source .bashrc
Installing bash-it:
git clone depth=1 https://github.com/Bash-it/bash-it.git ~/.bash_it
sudo apt install git
~/.bash_it/install.sh
cd ~/.bash_it/aliases/available
cd ~/.bash_it/themes
vim .bashrc
Installing oh-my-bash:
bash -c $(curl -fsSL https://raw.githubusercontent.com/ohmybash/oh-my-bash/master/tools/install.sh)
sudo apt install curl wget
cp ~/.bashrc ~/.bashrc.bak
vim .bashrc
cd ~/.oh-my-bash/aliases Bash #11 - Customize prompt (three methods)](https://i.ytimg.com/vi/Yi0VAUmeHSI/mqdefault.jpg)
