added py(thon)r(un) alias (pyr, pynowr)

main
The_miro 2025-05-06 11:09:38 +02:00
parent 933bdb2814
commit 2207f12210
1 changed files with 3 additions and 0 deletions

3
.zshrc
View File

@ -195,6 +195,9 @@ alias dbs="distrobox stop"
alias mfetch="fastfetch --logo-type kitty-icat -l ~/Pictures/fflogo.svg --logo-width 30 --logo-height 30 --color red" alias mfetch="fastfetch --logo-type kitty-icat -l ~/Pictures/fflogo.svg --logo-width 30 --logo-height 30 --color red"
alias vi="nvim" alias vi="nvim"
alias pyr="python"
alias pynowr='python -W "ignore"'
function dbc() function dbc()
{ {
distrobox create --image "${1}:latest" --name $2 distrobox create --image "${1}:latest" --name $2