diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2019-03-17 23:47:27 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2019-03-17 23:47:27 -0400 |
| commit | 0622e7892223ec3b1438bd50c7863f37aad3d10a (patch) | |
| tree | 23eb98dd579b78d8fdf3e925a8eb71c98a47b176 /mkshrc | |
| parent | fa6940329295979ef41f616680b6dede583ddb05 (diff) | |
| parent | d40c833ea8d95808c09e6463725dfe678f195185 (diff) | |
| download | dotfiles-0622e7892223ec3b1438bd50c7863f37aad3d10a.tar.gz dotfiles-0622e7892223ec3b1438bd50c7863f37aad3d10a.tar.xz | |
Merge branch 'master' of rygel.us:~/mitch/dotfiles
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -140,6 +140,8 @@ setaliases() { alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'" alias setxkbmap-list="man xkeyboard-config" alias showsshhosts="cat ~/.ssh/config ~/.ssh/inc/* | awk '/^[hH]ost /{print \$2}'" + # docker-getip $container_id + alias docker-getip="docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}'" alias xa='xargs -I{}' alias gdb='gdb -q' alias bc='bc -q' @@ -262,8 +264,11 @@ pulltermcolors() { chmod +x $file } set_nocaps() { + setxkbmap -layout "us,de" setxkbmap -option ctrl:nocaps setxkbmap -option shift:breaks_caps + setxkbmap -option numpad:microsoft + setxkbmap -option grp:alt_space_toggle } set_go() { export GOPATH="${GOPATH:-$HOME/go}" |
