Dotfiles/shells/zsh/includes
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
..
aliases.zsh Lots of zsh changes 2020-03-11 11:30:54 +00:00
auto-notify.zsh Adds cat to auto-notify ignore list 2021-03-21 12:56:40 +00:00
autoSuggest.zsh Lots of zsh changes 2020-03-11 11:30:54 +00:00
colors.zsh Make colours work now focus has been disabled 2021-03-21 14:54:10 +00:00
completion.zsh Adds aliased with prefix function 2020-07-29 17:16:18 +01:00
currentwordcompletion.zsh Split completion overide scripts up and into seperate files 2020-05-09 20:44:18 +01:00
functions.zsh Moves includes into includes folder 2020-02-19 12:07:52 +00:00
fzf.zsh Adds check for fzf 2021-02-03 23:16:35 +00:00
keybindings.zsh ZSH: fixes issue for creaing directory with ~ in path 2021-08-31 10:42:56 +01:00
lfcd.zsh Moves includes into includes folder 2020-02-19 12:07:52 +00:00
overidepartialcompletion.zsh Only show explicitly installed when tab-completing pacman -R* 2021-03-21 12:59:17 +00:00
promptconfig.zsh ZSH: prompt: show branch on older versions of git 2021-08-23 15:24:34 +01:00
rangercd.zsh.tmp Lots of zsh changes 2020-03-11 11:30:54 +00:00
shortcuts.zsh.tmp Lots of zsh changes 2020-03-11 11:30:54 +00:00
urls.zsh Adds alt+m zle shortcut to create the directory for the current arg 2020-05-22 17:37:21 +01:00