mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-11-13 16:27:28 -06:00
6 lines
146 B
Fish
6 lines
146 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
direnv hook fish | source
|
|
set -gx XDG_CURRENT_DESKTOP sway
|