mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
13 lines
207 B
Bash
13 lines
207 B
Bash
#
|
|
# ~/.bashrc
|
|
#
|
|
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|
|
|
|
alias ls='ls --color=auto'
|
|
alias grep='grep --color=auto'
|
|
PS1='[\u@\h \W]\$ '
|
|
alias yay="paru"
|
|
alias sudo="doas"
|