Bashrc + ssh

This commit is contained in:
2026-02-10 22:28:45 +03:00
parent d9c3bfc80f
commit f8b4b73f92
5 changed files with 13 additions and 7 deletions

5
.bashrc Normal file
View File

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