Add bash TODO alias
This commit is contained in:
parent
b830099aae
commit
9885622e29
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
@ -50,6 +50,7 @@ export DOCKER_HOST=unix:///run/user/1000/podman/podman.sock
|
|||
|
||||
alias nvim-conf="nvim ~/.config/nvim"
|
||||
alias bash-conf="nvim #/.bashrc"
|
||||
alias todo="nvim ~/Documents/Notes/Todo.md"
|
||||
|
||||
alias nano="nvim"
|
||||
alias neofetch="fastfetch"
|
||||
|
|
Loading…
Reference in a new issue