mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
migrated dots setup
This commit is contained in:
12
bash/.bashrc
Normal file
12
bash/.bashrc
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# ~/.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"
|
||||
Reference in New Issue
Block a user