Files
puter-fishcfg/config.fish

9 lines
303 B
Fish

if status is-interactive
# Commands to run in interactive sessions can go here
eval (starship init fish)
set -g fish_greeting ""
function start_blueman
nix-shell -p blueman xorg.xhost --run "xhost si:localuser:root && sudo blueman-manager ; xhost -si:localuser:root"
end
end