check for terminfo, add server ssh shortcut
This commit is contained in:
parent
6faede578f
commit
318ef90b96
2 changed files with 8 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue