je quitte trash
This commit is contained in:
parent
18b086ca45
commit
5f6eb6ff68
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue