Fish pre-themed

This commit is contained in:
2026-02-28 01:04:39 +03:00
parent c37ad1cc30
commit 4bb70cf2f6
40 changed files with 4547 additions and 0 deletions

5
bash/.bashrc Normal file
View File

@@ -0,0 +1,5 @@
[[ $- != *i* ]] && return
alias ls='lsd'
alias grep='grep --color=auto'
PS1='[\u@\h \W]\$ '