WSL niceties
This commit is contained in:
parent
dade3f53f2
commit
23f6ee058d
2 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,6 @@ export TEXMFVAR="$XDG_CACHE_HOME/texlive/texmf-var"
|
|||
export TLDR_CACHE_DIR="$XDG_CACHE_HOME/tldr"
|
||||
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
|
||||
export VIMINIT='let $MYVIMRC = !has("nvim") ? "$XDG_CONFIG_HOME/vim/vimrc" : "$XDG_CONFIG_HOME/nvim/init.lua" | so $MYVIMRC'
|
||||
export XAUTHORITY="$XDG_RUNTIME_DIR/Xauthority"
|
||||
export XINITRC="$XDG_CONFIG_HOME/X11/xinitrc"
|
||||
export XSERVERRC="$XDG_CONFIG_HOME/X11/xserverrc"
|
||||
|
||||
|
|
|
|||
|
|
@ -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