mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Merge branch 'master' of https://github.com/js0ny/dotfiles
This commit is contained in:
commit
ca26278922
2 changed files with 15 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
@ -20,6 +15,8 @@ alias diskpart="diskpart.exe"
|
|||
alias winget="winget.exe"
|
||||
alias pastew='pwsh.exe -NoProfile -Command "Get-Clipboard"'
|
||||
alias ollama="ollama.exe"
|
||||
# https://github.com/stuartleeks/wsl-notify-send
|
||||
alias notify-send="wsl-notify-send.exe"
|
||||
|
||||
# WSL open
|
||||
open() {
|
||||
|
|
|
|||
13
tools/fish/conf.d/winterop.fish
Normal file
13
tools/fish/conf.d/winterop.fish
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
if command -v wslpath > /dev/null
|
||||
function cdw
|
||||
cd (wslpath -u $argv)
|
||||
end
|
||||
function zw
|
||||
z (wslpath -u $argv)
|
||||
end
|
||||
alias psw="tasklist.exe"
|
||||
alias killw="taskkill.exe"
|
||||
alias winget="winget.exe"
|
||||
# https://github.com/stuartleeks/wsl-notify-send
|
||||
alias notify-send="wsl-notify-send.exe"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue