mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
put everything in lib
This commit is contained in:
parent
8a8a7bafa0
commit
f363c025da
4 changed files with 0 additions and 0 deletions
9
lib/misc.zsh
Normal file
9
lib/misc.zsh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
## smart urls
|
||||
autoload -U url-quote-magic
|
||||
zle -N self-insert url-quote-magic
|
||||
|
||||
## file rename magick
|
||||
bindkey "^[m" copy-prev-shell-word
|
||||
|
||||
## jobs
|
||||
setopt long_list_jobs
|
||||
Loading…
Add table
Add a link
Reference in a new issue