Steven Bakker

Authored Comments

Laptop:
Dell XPS 13
i7-7560U CPU @ 2.40GHz × 4
16GB RAM
512GB SSD
Intel Iris Plus Graphics 64
Fedora 29

On the desktop:
Dell Dock (Thunderbolt)
2 x 27" Dell monitors
CoolerMaster keyboard (for the clickety-clackety sounds)
On the right-hand side, a Logitech MX Master mouse,
on the left-hand side a Penclic mouse (and a cup of coffee).

Switched from bash to zsh in the mid-90s, never looked back. This was way before Oh My Zsh, though, so I've hand-crafted most of my setup. Time to refactor and maybe leverage Oh My Zsh.

My most useful settings, though:

setopt ignore_eof nobeep
bindkey -s '^X^X' '^Uexit\n'

On a slow SSH connection, it's possible to accidentally hit Ctrl-D once too often when editing the command line (Emacs mode), and so I mapped my exit sequence to be Ctrl-X Ctrl-X. And "nobeep" is a given.