WSL niceties
This commit is contained in:
parent
dade3f53f2
commit
23f6ee058d
2 changed files with 4 additions and 1 deletions
|
|
@ -49,6 +49,10 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
|
|||
# The rice repo
|
||||
alias config='git --git-dir $HOME/repos/dotfiles/ --work-tree=$HOME'
|
||||
|
||||
# WSL
|
||||
alias wclip='/mnt/c/Windows/System32/clip.exe'
|
||||
alias wclipget='/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -c Get-Clipboard'
|
||||
|
||||
alias s='sudo ' # Allow aliases to be passed to sudo
|
||||
alias pypr='sh -c pypr'
|
||||
alias asciiquarium='asciiquarium -t'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue