mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-12-22 10:59:56 -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
|