mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
feat(screen): Add screen config for tty connections
This commit is contained in:
parent
09ea52b064
commit
5c526106ee
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
|
@ -180,6 +180,10 @@ fish:
|
||||||
{{LN}} {{DOTFILES}}/tools/fish {{XDG_CONFIG_HOME}}/fish
|
{{LN}} {{DOTFILES}}/tools/fish {{XDG_CONFIG_HOME}}/fish
|
||||||
curl -L https://raw.githubusercontent.com/SpaceAceMonkey/dotenv-for-fish/refs/heads/main/dotenv.fish -o "{{DOTFILES}}/tools/fish/functions/dotenv.fish"
|
curl -L https://raw.githubusercontent.com/SpaceAceMonkey/dotenv-for-fish/refs/heads/main/dotenv.fish -o "{{DOTFILES}}/tools/fish/functions/dotenv.fish"
|
||||||
|
|
||||||
|
[unix]
|
||||||
|
screen:
|
||||||
|
{{LN}} {{DOTFILES}}/tools/screen {{XDG_CONFIG_HOME}}/screen
|
||||||
|
|
||||||
|
|
||||||
[unix]
|
[unix]
|
||||||
zsh:
|
zsh:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue