mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
WSL: Merge
This commit is contained in:
commit
29729674e5
78 changed files with 5817 additions and 4833 deletions
18
wsl/.bashrc
Normal file
18
wsl/.bashrc
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Append to original bashrc for minimal setup
|
||||
# echo $DOTFILES/wsl/.bashrc >> ~/.bashrc
|
||||
set -o vi
|
||||
|
||||
bind '"\en": "\C-j"'
|
||||
bind '"\ee": "\C-k"'
|
||||
bind '"\ei": "\C-l"'
|
||||
|
||||
bind '"\el": "\ei"'
|
||||
bind '"\eL": "\eI"'
|
||||
|
||||
bind '"\ek": "\en"'
|
||||
bind '"\eK": "\eN"'
|
||||
|
||||
bind '"\ej": "\ee"'
|
||||
bind '"\eJ": "\eE"'
|
||||
|
||||
bind '"\eY": "\ey$"'
|
||||
|
|
@ -77,4 +77,4 @@ export VCPKG_ROOT=~/vcpkg
|
|||
alias pac="sudo pacman"
|
||||
alias paci="sudo pacman -S"
|
||||
alias pacr="sudo pacman -R"
|
||||
alias pacu="sudo pacman -Ss"
|
||||
alias pacu="sudo pacman -Ss"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue