all repos — dotfiles @ 96d3e1b43120c135eddb56e449f5650c107ca487

my *nix dotfiles

Bind 'backward-kill-word' to ^W
Anirudh Oppiliappan x@icyphox.sh
Mon, 05 Jul 2021 13:25:57 +0530
commit

96d3e1b43120c135eddb56e449f5650c107ca487

parent

9561d9bd704d8c05db90e5539824f73cd32f6860

3 files changed, 6 insertions(+), 1 deletions(-)

jump to
M bash/.bashrcbash/.bashrc

@@ -23,6 +23,10 @@ bind 'set colored-stats on'

bind 'set completion-display-width 1' bind 'TAB:menu-complete' +# Ctrl+W kills word +stty werase undef +bind '"\C-w": backward-kill-word' + # fzy reverse search __fzy_history() { ch="$(fc -l 1000 | fzy | cut -f2)"
M bash/.bashrc.d/04-exports.bashbash/.bashrc.d/04-exports.bash

@@ -8,6 +8,7 @@ #export PATH=$PATH:$HOME/leet/Nim/bin

export PATH=$PATH:$HOME/.nimble/bin export PATH=$PATH:$HOME/.local/bin export PATH=$PATH:/usr/local/go/bin +export PATH=$PATH:$HOME/go/bin export PATH=$PATH:/usr/local/pgsql/bin export PW_DIR=~/.pw export PW_KEY=x@icyphox.sh
M darwin/ssh/configdarwin/ssh/config

@@ -15,7 +15,7 @@ User pi

Port 22222 Host jade - Hostname 152.67.162.71 + Hostname 152.67.182.105 User ubuntu IdentityFile ~/.ssh/id_rsa