1
0
Fork 0

update s alias tu support xterm-256color

This commit is contained in:
cătălin 2024-09-03 09:41:00 +02:00
commit 4dd1f16660
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -17,9 +17,9 @@ return {
--{ import = "astrocommunity.pack.ansible" },
{ import = "astrocommunity.pack.bash" },
{ import = "astrocommunity.pack.docker" },
{ import = "astrocommunity.pack.go" },
--{ import = "astrocommunity.pack.go" },
--{ import = "astrocommunity.pack.html-css" },
--{ import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.json" },
{ import = "astrocommunity.pack.lua" },
{ import = "astrocommunity.pack.markdown" },
{ import = "astrocommunity.pack.python-ruff" },

View file

@ -14,4 +14,4 @@ alias future-commit 'git commit --date (echo (date -d +7hours))'
alias scp 'rsync -avz'
alias rs 'rsync'
alias vihosts 'sudo vim /etc/hosts'
alias s 'TERM=xterm ssh'
alias s 'TERM=xterm-256color ssh'