Add some forced changes to the way the desktop looks

This commit is contained in:
Josh.5
2023-09-18 01:49:39 +12:00
parent c452e67fd7
commit 9a460b27e6
13 changed files with 145 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
# Export user's home directory bin directories
PATH=$PATH:$HOME/.local/bin:$HOME/bin
# Export /usr/games
PATH=$PATH:/usr/games