22022024-1

This commit is contained in:
foozzi 2024-02-22 22:39:09 -05:00
parent 6aa58174c8
commit f3d3cffd70
5 changed files with 65 additions and 2 deletions

View file

@ -69,6 +69,8 @@ alias wr='curl wttr.in'
## python
alias python='python3'
alias py='python'
## todo.txt
alias todo="todo.sh"
# Preferred editor for local and remote sessions
export EDITOR='vim'