8 files changed, 0 insertions(+), 25 deletions(-)
D functions/bin.fish
D functions/functionz.fish
D functions/join-album.fish
D functions/light.fish
D functions/list-directories.fish
D functions/stop-jupyter.fish
D functions/today.fish
D functions/vdrop.fish
D functions/bin.fish => functions/bin.fish +0 -3
@@ 1,3 0,0 @@
-function bin --argument file
- symlink $file /usr/local/bin/
-end
D functions/functionz.fish => functions/functionz.fish +0 -3
@@ 1,3 0,0 @@
-function functionz --argument name_or_abbr
- functions abbr-expand $name_or_abbr
-end
D functions/join-album.fish => functions/join-album.fish +0 -3
@@ 1,3 0,0 @@
-function join-album
- shntool join -o flac -a (basename (pwd)) *.flac
-end
D functions/light.fish => functions/light.fish +0 -3
@@ 1,3 0,0 @@
-function light
- brightness .8
-end
D functions/list-directories.fish => functions/list-directories.fish +0 -4
@@ 1,4 0,0 @@
-function list-directories --argument _query
- set query (default $_query */)
- ls -d $query
-end
D functions/stop-jupyter.fish => functions/stop-jupyter.fish +0 -3
@@ 1,3 0,0 @@
-function stop-jupyter
- launchctl stop local.jupyter.notebook
-end
D functions/today.fish => functions/today.fish +0 -3
@@ 1,3 0,0 @@
-function today
- edit ~/notes/(date +%Y-%m-%d).txt
-end
D functions/vdrop.fish => functions/vdrop.fish +0 -3
@@ 1,3 0,0 @@
-function vdrop --argument file
- echo \x1b]'51;["drop", "'$file'"]'\x07
-end