update s alias tu support xterm-256color
This commit is contained in:
parent
82970a2464
commit
72491bcedf
3 changed files with 4 additions and 3 deletions
|
|
@ -84,6 +84,7 @@
|
|||
- tree-sitter-git
|
||||
- neovim-git
|
||||
- papirus-icon-theme-git
|
||||
- pop-launcher-git
|
||||
state: present
|
||||
tags:
|
||||
- aur
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue