All New

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

Login

All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated
AstragoDE's Avatar

AstragoDE / ssh-login-setup.sh

0 likes
0 forks
2 files
Last active 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 likes
0 forks
1 files
Last active 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",
Newer Older

Powered by Opengist ⋅ Load: 20ms⋅

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