diff --git a/.bashrc b/.bashrc index 7bd0d39..d349363 100644 --- a/.bashrc +++ b/.bashrc @@ -9,4 +9,9 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' PS1='[\u@\h \W]\$ ' +alias ll="ls -la" +alias l="ll" + +alias m="micro" + eval "$(starship init bash)"