tangled
alpha
login
or
join now
tjh.dev
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
add `dots` function
tjh
11 months ago
6c1beb34
1ff28ae2
+3
1 changed file
expand all
collapse all
unified
split
.config
fish
functions
dots.fish
+3
.config/fish/functions/dots.fish
···
1
1
+
function dots
2
2
+
/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME $argv
3
3
+
end