From 86fe0a9099b642f78eafb6eaaceeac982b02d590 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 30 Nov 2021 13:19:35 +0300 Subject: [PATCH] Show full path in Bash prompt --- config/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.bashrc b/config/.bashrc index 5574d8f..f3d2c5f 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -40,7 +40,7 @@ _GREEN="\[\033[32m\]" _BLUE="\[\033[34m\]" _BOLD="\[\033[1m\]" _RESET="\[\033[0m\]" -export PS1="${_BLUE}${_BOLD}\W${_RESET} > " +export PS1="${_BLUE}${_BOLD}\w${_RESET} > " # Vim everywhere set -o vi