Minor fix

This commit is contained in:
whoami 2025-03-20 20:18:20 +00:00
parent ab1e2abb74
commit 2b8f4faa48
4 changed files with 27 additions and 29 deletions

View file

@ -5,11 +5,6 @@
export FILE_EXPLORER="explorer.exe" # Directory Opus
alias clip="clip.exe"
alias clip="clip.exe"
alias paste='pwsh.exe -NoProfile -Command "Get-Clipboard"'
alias dark-mode='pwsh.exe -Command "dark-mode" 2>&1 /dev/null'
alias winfetch='pwsh.exe -NoProfile -Command "winfetch"'
alias psw="tasklist.exe"
alias killw="taskkill.exe"
alias shutdownw="shutdown.exe /s /t 0"