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: add alpine function

june (Jun 24, 2026, 7:22 PM +0200) 1b87d89c 74397093

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