全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

登录

全部 新建 登录

所有 Gists

最近 创建
最早 创建
最近 更新
最早 更新
AstragoDE's Avatar

AstragoDE / ssh-login-setup.sh

0 喜欢
0 派生
2 文件
最后活跃于 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 喜欢
0 派生
1 文件
最后活跃于 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",
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 21ms⋅

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