commit f47500d0d2100170d580ebb7d1804b9eedce452c parent 00043b753e4f6f5b759236a82d373b3dad0d1e1c Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com> Date: Mon, 30 Oct 2017 09:10:33 +0100 Shorten prompt for M-x shell Diffstat:
| M | .bash_prompt | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.bash_prompt b/.bash_prompt @@ -8,6 +8,7 @@ if [ "${TERM}" = dumb ] then + PS1='$? \u:\w\$ ' return fi