dots

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

commit 7c43f9a2f57314a391b6b425489c584772237c8b
parent bd51dfa80d33ba578e39df3af14637fa93cab67a
Author: mokou <mokou@posteo.de>
Date:   Tue,  1 Dec 2020 16:46:09 +0100

Update yet again

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

diff --git a/dot_config/fish/executable_config.fish b/dot_config/fish/executable_config.fish @@ -1,6 +1,3 @@ -# 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