mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-09 14:19:08 -04:00
rofi, fish
This commit is contained in:
parent
5b9617023b
commit
9024cf03f2
274 changed files with 7229 additions and 0 deletions
19
dot_config/private_fish/triton/github.com/edc/bass/Makefile
Normal file
19
dot_config/private_fish/triton/github.com/edc/bass/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
all:
|
||||
@echo "Run 'make install' to deploy bass to your function directory."
|
||||
|
||||
install:
|
||||
install -d ~/.config/fish/functions
|
||||
install functions/__bass.py ~/.config/fish/functions
|
||||
install functions/bass.fish ~/.config/fish/functions
|
||||
|
||||
uninstall:
|
||||
rm -f ~/.config/fish/functions/__bass.py
|
||||
rm -f ~/.config/fish/functions/bass.fish
|
||||
|
||||
test:
|
||||
fish test/test_bass.fish
|
||||
fish test/test_dollar_on_output.fish
|
||||
fish test/test_trailing_semicolon.fish
|
||||
fish test/test_non_zero_returncode.fish
|
||||
|
||||
.PHONY: test
|
Loading…
Add table
Add a link
Reference in a new issue