mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-12-21 18:39:57 -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
|