diff --git a/bin/bin/screenshot.sh b/bin/dot-bin/screenshot.sh similarity index 100% rename from bin/bin/screenshot.sh rename to bin/dot-bin/screenshot.sh diff --git a/fish/dot-config/fish/fish_variables b/fish/dot-config/fish/fish_variables index e557217..cce5597 100644 --- a/fish/dot-config/fish/fish_variables +++ b/fish/dot-config/fish/fish_variables @@ -31,4 +31,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/home/mans/go/bin\x1e/home/mans/\x2ebun/bin +SETUVAR fish_user_paths:/home/mans/go/bin\x1e/home/mans/\x2ebun/bin\x1e/home/mans/.bin/ diff --git a/setup.sh b/setup.sh index 681b497..7248b57 100755 --- a/setup.sh +++ b/setup.sh @@ -23,7 +23,7 @@ stowit() { usr=$1 app=$2 # -v verbose - # -R recursive + # -R restow # -t target stow --dotfiles -v -R -t "${usr}" "${app}" }