Define terminal

This commit is contained in:
John Mertz 2023-07-16 14:42:37 -04:00
parent b12a3ab989
commit f369ac459c
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# vim: ft=sh # vim: ft=sh
# Setup editor export TERMINAL="alacritty"
export EDITOR="flatpak run io.neovim.nvim" export EDITOR="flatpak run io.neovim.nvim"
export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock" export SSH_AUTH_SOCK="$HOME/.spool/ssh-agent.sock"