Commit 181c3fe6 authored by Florent Revest's avatar Florent Revest

bashrc: Fix PS1 on newer bash

parent 044200d9
......@@ -4,7 +4,7 @@ umask 022
export DBUS_SESSION_BUS_ADDRESS=unix:path=${XDG_RUNTIME_DIR}/dbus/user_bus_socket
export PS1='\\u@\h:\\W\\$ '
export PS1='\u@\h:\W\$ '
export LS_OPTIONS='--color=auto'
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment