solarityliveboot/airootfs/root/.bashrc

13 lines
239 B
Bash
Raw Normal View History

2024-06-01 02:29:54 -04:00
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
PS1='\[\e[91m\]\u\[\e[0m\]@\h \[\e[96m\]\w\n\[\e[91m\]\$\[\e[0m\] '
2024-10-01 21:07:07 -04:00
complete -cf sudo