rename bin dir & add to fish path

This commit is contained in:
Mans Ziesel 2024-05-08 17:21:57 +02:00
parent d3646ecace
commit c087144337
3 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -23,7 +23,7 @@ stowit() {
usr=$1
app=$2
# -v verbose
# -R recursive
# -R restow
# -t target
stow --dotfiles -v -R -t "${usr}" "${app}"
}