add bashrc

This commit is contained in:
2025-08-09 21:40:50 +00:00
parent 57971a1242
commit 25992fbdba

3
shell/bashrc Normal file
View File

@@ -0,0 +1,3 @@
export EDITOR=vim
alias ll='ls -la'
PS1='\u@\h:\w\$ '