Dotfiles/shells/zsh
Jonathan Hodgson afb31a7589 ZSH: fixes issue for creaing directory with ~ in path
The alt-m key binding is used to create a directory for the current
"word". This change makes it work if it has something like ~ in the
name.

${~var} is used to turn on GLOB_SUBST. The string resulting from the
expansion will be interpreted as a pattern anywhere that is possible,
such as filenames expanding `~`

man zshexpn
2021-08-31 10:42:56 +01:00
..
base16-shell@ce8e1e5403 Adds base-16 colorschemes 2019-08-01 18:18:12 +01:00
completion ZSH: Completion: Hashcat: fix broken mode selection 2021-08-24 15:58:23 +01:00
includes ZSH: fixes issue for creaing directory with ~ in path 2021-08-31 10:42:56 +01:00
plugins Adds git-fuzzy to zsh 2020-09-22 15:39:54 +01:00
STOW ZSH: checks for commands existance before running 2021-08-23 15:16:56 +01:00
current-color-scheme Adds colorscheme 2019-08-01 18:39:54 +01:00
ssh-color-scheme Make colourscheme solarized dark when sshing 2019-08-02 11:37:32 +01:00