Todos Novo

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Entrar

Todos Novo Entrar

Todos os gists

Mais recente criado
Menos recente criado
Mais recente atualizado
Menos recente atualizado
AstragoDE's Avatar

AstragoDE / ssh-login-setup.sh

0 curtidas
0 bifurcações
2 arquivos
Última atividade 4 weeks ago
1 # Launch sequence for interactive SSH sessions only
2 if [[ $- == *i* ]] && [[ -n "$SSH_TTY" ]]; then
3
4 # 1. Launch Zellij WITHOUT 'exec' so the SSH parent shell stays alive
5 if [[ -z "$ZELLIJ" ]]; then
6 zellij
7 fi
8
9 # 2. Launch Nushell (either inside Zellij, or when you drop out of it)
10 if [[ -z "$NU_LAUNCHED" ]]; then
AstragoDE's Avatar

AstragoDE / codium.json

0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 month ago
1 "terminal.integrated.profiles.windows": {
2 "Nu": {
3 "path": "C:\\Program Files\\nu\\bin\\nu.exe",
4 "args": []
5 }
6 },
7 "terminal.integrated.defaultProfile.windows": "Nu",
Próximo Anterior

Desenvolvido por Opengist ⋅ Load: 20ms⋅

Português
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Website