added py(thon)r(un) alias (pyr, pynowr)
parent
933bdb2814
commit
2207f12210
3
.zshrc
3
.zshrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue