From 25992fbdbaed4a1ec6eb388ba0c8fd4f925cd403 Mon Sep 17 00:00:00 2001 From: Ward Tentacle Date: Sat, 9 Aug 2025 21:40:50 +0000 Subject: [PATCH] add bashrc --- shell/bashrc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shell/bashrc diff --git a/shell/bashrc b/shell/bashrc new file mode 100644 index 0000000..707025a --- /dev/null +++ b/shell/bashrc @@ -0,0 +1,3 @@ +export EDITOR=vim +alias ll='ls -la' +PS1='\u@\h:\w\$ '