summaryrefslogtreecommitdiffstats
path: root/.config/fish/functions/rice.fish
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-05-13 03:31:51 -0400
committerMalfurious <m@lfurio.us>2021-05-13 03:31:51 -0400
commitd18b1f2a2e25cb71639c10ecbe90a01c76487702 (patch)
tree9d4fc231721b90a9f4114656d23f2b16435a938a /.config/fish/functions/rice.fish
parentbe5ba871463d36554c0ff1ecb01ca23a5ac218a0 (diff)
downloadrice-d18b1f2a2e25cb71639c10ecbe90a01c76487702.tar.gz
rice-d18b1f2a2e25cb71639c10ecbe90a01c76487702.zip
Add fish config
Diffstat (limited to '')
-rw-r--r--.config/fish/functions/rice.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/fish/functions/rice.fish b/.config/fish/functions/rice.fish
new file mode 100644
index 0000000..d0b8bae
--- /dev/null
+++ b/.config/fish/functions/rice.fish
@@ -0,0 +1,3 @@
+function rice
+ git --git-dir=$HOME/rice/.gitdir --work-tree=$HOME $argv;
+end