initial commit

This commit is contained in:
Josh.5
2022-01-11 01:03:30 +13:00
parent d1daefe07d
commit 51e965de8e
23 changed files with 1489 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '