Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
installation [2018/09/02 10:46] – use 'admin' group not 'sudo' Zbigniew Jędrzejewski-Szmekinstallation [2018/09/02 10:52] – try to disable screen Zbigniew Jędrzejewski-Szmek
Line 71: Line 71:
 echo $'PROMPT_COMMAND=\'__git_ps1 "\\u@\\h:\\w" "\\\\\\$ "\'' >> ~/.bashrc echo $'PROMPT_COMMAND=\'__git_ps1 "\\u@\\h:\\w" "\\\\\\$ "\'' >> ~/.bashrc
 echo 'stty -ixon' >> ~/.bashrc echo 'stty -ixon' >> ~/.bashrc
 +gsettings set org.gnome.desktop.session idle-delay 0
 +gsettings set org.gnome.desktop.lockdown disable-lock-screen true
 </code> </code>