This commit is contained in:
Crispy 2023-03-11 17:34:45 +01:00
parent 6384acbae8
commit a419b86997
12 changed files with 67 additions and 40 deletions

15
.bashrc Normal file
View file

@ -0,0 +1,15 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias l='ls -hAGg'
alias ll='ls -Al'
alias pf='pfetch'
alias ff='fastfetch'
PS1='\e[38;2;40;255;180m\u\e[0m@\e[38;2;255;180;100m\h\e[0m \w> '