check for terminfo, add server ssh shortcut

This commit is contained in:
Penelope Gwen 2026-05-14 09:56:32 -07:00
parent 6faede578f
commit 318ef90b96
2 changed files with 8 additions and 0 deletions

View file

@ -7,6 +7,10 @@ fi
export EDITOR=hx
export VISUAL="${EDITOR}"
if [[ -f /usr/share/terminfo/a/alacritty ]];then
export TERM=xterm-256color
fi
# Quality of Life
#enable using sudo with functions
function Sudo {

View file

@ -139,6 +139,10 @@ suspend_cmd = ["systemctl", "suspend"]
name = "Board Meeting Minutes"
icon = ""
command = "~/.config/sway-de-utils/scripts/housing/new-minutes.sh board"
[[profiles.scripts]]
name = "LM-1-OFFICE-SERVER"
icon = ""
command = "ssh-agent-handler.sh pogmommy@LM-1-OFFICE-SERVER "
[[profiles]]
name = "Work"