disable trash

This commit is contained in:
Mylloon 2024-04-08 21:38:52 +02:00
parent 328516f02d
commit b713768b99
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

2
wsl.sh
View file

@ -81,7 +81,7 @@ function main {
curl -s ${repo}/.config/fish/conf.d/abbr_wsl.fish >> "$HOME"/.config/fish/conf.d/abbr.fish
curl -s ${repo}/.config/fish/conf.d/alias_wsl.fish >> "$HOME"/.config/fish/conf.d/alias.fish
# Specific WSL functions
wget -q "${repo}"/.config/fish/functions/trash.fish -P "$HOME"/.config/fish/functions/
#wget -q "${repo}"/.config/fish/functions/trash.fish -P "$HOME"/.config/fish/functions/
# === OCaml ==