dots

my dotfiles
git clone https://tilde.team/~marisa/repo/dots.git
Log | Files | Refs

commit bd51dfa80d33ba578e39df3af14637fa93cab67a
parent 35abeb58fc91c35eb744c3da458d429630a6a234
Author: mokou <mokou@posteo.de>
Date:   Tue,  1 Dec 2020 12:34:55 +0100

Update

Diffstat:
Mdot_config/fish/executable_config.fish | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish @@ -1,3 +1,6 @@ +# Start display manager if on a tty +[ $XDG_VTNR -le 2 ] && tbsm + # Convenience function for only setting PATH if the specified directory exists function setpath test -e $argv[1]; and set PATH $argv[1] $PATH @@ -31,6 +34,7 @@ setpath /snap/bin setpath ~/.emacs.d/bin setpath ~/Library/Python/3.7/bin setpath /opt/texlive/2019/bin/x86_64-linux +setpath ~/.radicle/bin # Source private stuff source ~/.config/fish/private.fish