This commit is contained in:
2025-08-09 14:41:44 +02:00
parent b57943ee4b
commit d23df8df84
25 changed files with 463 additions and 159 deletions

12
home/.bashrc Normal file
View 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 vim='nvim'