diff options
| author | Syndamia <kamen@syndamia.com> | 2023-01-23 17:33:02 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2023-01-23 17:33:02 +0200 |
| commit | 6ffc09d69ca5063615b7cfd80e1ceb6022099f7a (patch) | |
| tree | 48ee10303ee2d7f9281d2ea2102496452aae0b9b /mll-linuxgraphy-setup.sh | |
| parent | c67b4d779fde5fe8cf17b1f878513df2ab9e1505 (diff) | |
| download | application-setup-6ffc09d69ca5063615b7cfd80e1ceb6022099f7a.tar application-setup-6ffc09d69ca5063615b7cfd80e1ceb6022099f7a.tar.gz application-setup-6ffc09d69ca5063615b7cfd80e1ceb6022099f7a.zip | |
[mll/lbs] Added escapes to bashrc heredoc
Diffstat (limited to 'mll-linuxgraphy-setup.sh')
| -rwxr-xr-x | mll-linuxgraphy-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mll-linuxgraphy-setup.sh b/mll-linuxgraphy-setup.sh index c13e524..bf478d3 100755 --- a/mll-linuxgraphy-setup.sh +++ b/mll-linuxgraphy-setup.sh @@ -52,7 +52,7 @@ EOF tee /etc/bashrc << EOF >/dev/null # Prompt to the left of cursor -export PS1='[\u] j:\j e:$? \w \$ ' +export PS1='[\u] j:\j e:\$? \w \\$ ' # UpArrow autocompletes partial history bind '"\e[A":history-search-backward' |
