my nixos flake :3 (git.koi.rip mirror) git.koi.rip/koi/flake
nixos catppuccin linux dotfiles neovim
0

Configure Feed

Select the types of activity you want to include in your feed.

zsh: shell aliases with doas

june (Jun 29, 2026, 6:30 PM +0200) a452ff8d bc99b2bc

+4
+4
home/external/zsh/functions.zsh
··· 36 36 podman run -it "$@" meowpine 37 37 } 38 38 39 + function doas() { 40 + command doas "$@" 41 + } 42 + 39 43 function cd() { 40 44 { z "$@" 2>/dev/null && eza --no-quotes --group-directories-first --icons=auto; } || { 41 45 echo "dir \e[91m$*\e[0m not found!! \e[91mSTUPID! BONK!\e[0m :3"