Modify tmux config/setup, zsh, some nvim & skhd key mappings, etc
This commit is contained in:
5
src_files/.local/bin/mvd
Executable file
5
src_files/.local/bin/mvd
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
local target_dir=$(dirname "${@: -1}")
|
||||
[[ ! -d "$target_dir" ]] && mkdir -p "$target_dir"
|
||||
exec mv "$@"
|
Reference in New Issue
Block a user