Dotfiles/shells
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
..
bash Shell config changes 2020-03-11 12:56:06 +00:00
shared Makes right alt my compose key 2021-04-01 16:02:28 +01:00
zsh ZSH: fixes issue for creaing directory with ~ in path 2021-08-31 10:42:56 +01:00