Files
dotfiles/shell/bashrc
2025-08-09 21:40:50 +00:00

4 lines
54 B
Bash

export EDITOR=vim
alias ll='ls -la'
PS1='\u@\h:\w\$ '