aboutsummaryrefslogtreecommitdiffstats
path: root/fish/.config/fish/config.fish
blob: da24514b72e664a758b392ea419ad5a9f586d5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
function fish_title
    echo "$TERM:" (status current-command) ' '
    pwd
end

function hc
    herbstclient $argv
end

set -x LESS FXRSi
set -x EDITOR emacsclient
set -x DOTNET_CLI_TELEMETRY_OPTOUT true
# Turn Calibre into a dark themed application
set -x CALIBRE_USE_DARK_PALETTE 1

kitty + complete setup fish | source

if test -n "$DESKTOP_SESSION"
    set -x (gnome-keyring-daemon --start | string split "=")
end