From 58f912c3420004ca08a4ba889d858afe6ca793c7 Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sun, 28 May 2023 11:26:58 -0400 Subject: [PATCH] .bashrc: add space after prompt --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index a7e50a6..e31463d 100644 --- a/.bashrc +++ b/.bashrc @@ -31,7 +31,7 @@ user_name=$green host=$light_cyan directory=$yellow -PS1="[$user_name\u$reset@$host\h$reset:$directory\w$reset]$" +PS1="[$user_name\u$reset@$host\h$reset:$directory\w$reset]$ " alias ls='ls -hF --color=tty --group-directories-first' # classify files in colour alias ll='ls -l' # long list