[Linux] Switch back to alacritty

This commit is contained in:
2021-07-12 18:12:20 -06:00
parent 880d8bee1b
commit 2612346f24
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ function _setup_path {
add_to_path "$HOME/.lib/bin" --before
# This makes systemd aware of change to $PATH
run_if_exists systemctl --user import-environment PATH DISPLAY XAUTHORITY HOME
run_if_exists systemctl --user import-environment PATH DISPLAY XAUTHORITY HOME 2> /dev/null
}
function _linux_path_setup {