diff --git a/.config/fish/functions/trash.fish b/.config/fish/functions/trash.fish index 58f7861..f2c0058 100644 --- a/.config/fish/functions/trash.fish +++ b/.config/fish/functions/trash.fish @@ -1,3 +1,6 @@ +# Do not use this script, this is slow and it's not moving files to the +# windows recycle bin since it's impossible from WSL + function trash --description "Move file or directory to the windows recycle bin." # Get function name set current_name $(status current-function) diff --git a/Makefile b/Makefile index e305cff..ee50ef9 100644 --- a/Makefile +++ b/Makefile @@ -145,7 +145,7 @@ sync-wsl: @$(CURL) $(REPO_SRC)/.config/fish/config_wsl.fish >> $(HOME)/.config/fish/config.fish @$(CURL) $(REPO_SRC)/.config/fish/conf.d/abbr_wsl.fish >> $(HOME)/.config/fish/conf.d/abbr.fish @$(CURL) $(REPO_SRC)/.config/fish/conf.d/alias_wsl.fish >> $(HOME)/.config/fish/conf.d/alias.fish - @$(WGET) $(REPO_SRC)/.config/fish/functions/trash.fish -O $(HOME)/.config/fish/functions/trash.fish +# @$(WGET) $(REPO_SRC)/.config/fish/functions/trash.fish -O $(HOME)/.config/fish/functions/trash.fish @echo "Fish specific settings synced!" @echo