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 EDITOR=hx
|
||||||
export VISUAL="${EDITOR}"
|
export VISUAL="${EDITOR}"
|
||||||
|
|
||||||
|
if [[ -f /usr/share/terminfo/a/alacritty ]];then
|
||||||
|
export TERM=xterm-256color
|
||||||
|
fi
|
||||||
|
|
||||||
# Quality of Life
|
# Quality of Life
|
||||||
#enable using sudo with functions
|
#enable using sudo with functions
|
||||||
function Sudo {
|
function Sudo {
|
||||||
|
|
|
||||||
|
|
@ -139,6 +139,10 @@ suspend_cmd = ["systemctl", "suspend"]
|
||||||
name = "Board Meeting Minutes"
|
name = "Board Meeting Minutes"
|
||||||
icon = ""
|
icon = ""
|
||||||
command = "~/.config/sway-de-utils/scripts/housing/new-minutes.sh board"
|
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]]
|
[[profiles]]
|
||||||
name = "Work"
|
name = "Work"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue