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\$ '