Skip to content

Instantly share code, notes, and snippets.

@nerflad
Created August 6, 2025 02:20
Show Gist options
  • Select an option

  • Save nerflad/ce35872719b8d7ef0873ede559825f29 to your computer and use it in GitHub Desktop.

Select an option

Save nerflad/ce35872719b8d7ef0873ede559825f29 to your computer and use it in GitHub Desktop.
function z --wraps=zellij --description 'alias z zellij'
if [ -z "$argv" ]
if zellij list-sessions
zellij attach "$hostname"
else
zellij
end
else
zellij $argv
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment