mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-05 13:47:20 +02:00
Compare commits
4 Commits
2e3158f12f
...
d607c3bc19
Author | SHA1 | Date | |
---|---|---|---|
d607c3bc19 | |||
6a7af528a1 | |||
5006450797 | |||
689b99e4e5 |
@ -38,7 +38,7 @@ Host *
|
|||||||
|
|
||||||
# Send needed environment variables. I don't like setting wildcards
|
# Send needed environment variables. I don't like setting wildcards
|
||||||
# and LC_ALL is disabled on purpouse.
|
# and LC_ALL is disabled on purpouse.
|
||||||
SendEnv EDITOR LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION TERM TZ
|
SendEnv EDITOR LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION TERM TMUX TZ
|
||||||
|
|
||||||
# "ssh will automatically add new host keys to the user's known_hosts file, but will not permit connections to hosts with changed host keys."
|
# "ssh will automatically add new host keys to the user's known_hosts file, but will not permit connections to hosts with changed host keys."
|
||||||
StrictHostKeyChecking accept-new
|
StrictHostKeyChecking accept-new
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# Allow the client to send needed environment variables. I don't like
|
# Allow the client to send needed environment variables. I don't like
|
||||||
# setting wildcards and LC_ALL is disabled on purpose.
|
# setting wildcards and LC_ALL is disabled on purpose.
|
||||||
AcceptEnv EDITOR LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION TERM TZ
|
AcceptEnv EDITOR LANG LANGUAGE LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT LC_IDENTIFICATION TMUX TERM TZ
|
||||||
|
16
package-lock.json
generated
16
package-lock.json
generated
@ -4,23 +4,23 @@
|
|||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@aminda/global-prettier-config": "2025.1.0"
|
"@aminda/global-prettier-config": "2025.7.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@aminda/global-prettier-config": {
|
"node_modules/@aminda/global-prettier-config": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prettier/plugin-ruby": "4.0.4",
|
"@prettier/plugin-ruby": "4.0.4",
|
||||||
"@prettier/plugin-xml": "3.4.1",
|
"@prettier/plugin-xml": "3.4.1",
|
||||||
"prettier": "3.4.2",
|
"prettier": "3.5.0",
|
||||||
"prettier-plugin-nginx": "1.0.3",
|
"prettier-plugin-nginx": "1.0.3",
|
||||||
"prettier-plugin-sh": "0.14.0",
|
"prettier-plugin-sh": "0.14.0",
|
||||||
"prettier-plugin-toml": "2.0.1"
|
"prettier-plugin-toml": "2.0.1"
|
||||||
},
|
},
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"integrity": "sha512-8xSL+2rG5Qc4nDTz1SLwQMKC+j2ET7y7Ez+j3ZaKz4EKC9IjG4LgRGq3cHp5fWwTPnuH33zGWkUbvS+Qu+QnJA==",
|
"integrity": "sha512-sbGLsNqqJgAvaOAJ/fWBx8JOxKIqaMTgjkdxnMmyNl021xQkg4Ywh6tPldB3c5/eM9Z0wXynQnZF8rrGzC3P/g==",
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"resolved": "https://registry.npmjs.org/@aminda/global-prettier-config/-/global-prettier-config-2025.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/@aminda/global-prettier-config/-/global-prettier-config-2025.7.0.tgz",
|
||||||
"version": "2025.1.0"
|
"version": "2025.7.0"
|
||||||
},
|
},
|
||||||
"node_modules/@prettier/plugin-ruby": {
|
"node_modules/@prettier/plugin-ruby": {
|
||||||
"dev": true,
|
"dev": true,
|
||||||
@ -100,10 +100,10 @@
|
|||||||
"funding": {
|
"funding": {
|
||||||
"url": "https://github.com/prettier/prettier?sponsor=1"
|
"url": "https://github.com/prettier/prettier?sponsor=1"
|
||||||
},
|
},
|
||||||
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
|
"integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz",
|
||||||
"version": "3.4.2"
|
"version": "3.5.0"
|
||||||
},
|
},
|
||||||
"node_modules/prettier-plugin-nginx": {
|
"node_modules/prettier-plugin-nginx": {
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
@ -528,7 +528,7 @@ alias pip="python3 -m pip"
|
|||||||
alias pip3="python3 -m pip"
|
alias pip3="python3 -m pip"
|
||||||
alias pypypip="pypy3 -m pip"
|
alias pypypip="pypy3 -m pip"
|
||||||
alias pypypip3="pypy3 -m pip"
|
alias pypypip3="pypy3 -m pip"
|
||||||
alias pipx="python3 -m pipx"
|
#alias pipx="python3 -m pipx"
|
||||||
alias pipx3="python3 -m pipx"
|
alias pipx3="python3 -m pipx"
|
||||||
alias pypypipx="pypy3 -m pipx"
|
alias pypypipx="pypy3 -m pipx"
|
||||||
alias pypypipx3="pypy3 -m pipx"
|
alias pypypipx3="pypy3 -m pipx"
|
||||||
@ -975,4 +975,9 @@ fi
|
|||||||
#TODO: FIXME:
|
#TODO: FIXME:
|
||||||
TERM=xterm-256color
|
TERM=xterm-256color
|
||||||
|
|
||||||
|
# If $TMUX, then TERM is tmux-256color
|
||||||
|
if [ -v TMUX ]; then
|
||||||
|
TERM=tmux-256color
|
||||||
|
fi
|
||||||
|
|
||||||
# vim: filetype=bash
|
# vim: filetype=bash
|
||||||
|
7
rc/zshrc
7
rc/zshrc
@ -516,7 +516,7 @@ alias pip="python3 -m pip"
|
|||||||
alias pip3="python3 -m pip"
|
alias pip3="python3 -m pip"
|
||||||
alias pypypip="pypy3 -m pip"
|
alias pypypip="pypy3 -m pip"
|
||||||
alias pypypip3="pypy3 -m pip"
|
alias pypypip3="pypy3 -m pip"
|
||||||
alias pipx="python3 -m pipx"
|
#alias pipx="python3 -m pipx"
|
||||||
alias pipx3="python3 -m pipx"
|
alias pipx3="python3 -m pipx"
|
||||||
alias pypypipx="pypy3 -m pipx"
|
alias pypypipx="pypy3 -m pipx"
|
||||||
alias pypypipx3="pypy3 -m pipx"
|
alias pypypipx3="pypy3 -m pipx"
|
||||||
@ -968,4 +968,9 @@ fi
|
|||||||
#TODO: FIXME:
|
#TODO: FIXME:
|
||||||
TERM=xterm-256color
|
TERM=xterm-256color
|
||||||
|
|
||||||
|
# If $TMUX, then TERM is tmux-256color
|
||||||
|
if [ -v TMUX ]; then
|
||||||
|
TERM=tmux-256color
|
||||||
|
fi
|
||||||
|
|
||||||
# vim: filetype=zsh
|
# vim: filetype=zsh
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 0cdbce99022d49aaaf0dabf1284bcfca5bd01eb4
|
Subproject commit ce2f0a3aaa2c03aac135bcb84c97fbd6a546e510
|
Loading…
x
Reference in New Issue
Block a user