Cerca

Heus ací els resultats de la cerca.

ZSH zmv
12 Resultats, Darrera modificació:
= ZSH zmv mv/rename mejorado == uso * si no lo hacemos en el **.zshrc**, cargar con ''autoload zmv''... .lis' '*.txt'</code> * If you combine this with noglob, you don't even need to quote the arguments.<code bash>alias mmv='noglob zmv -W' mmv *.c.orig orig/*.c</code> === the... gal characters are # / : ; * ? " < > | # NOTE: ``-Q'' and (D) is to include hidden files. $
ZSH
8 Resultats, Darrera modificació:
ompt]] == curiosidades * **src**: recarga entorno (plugin) * **take** : función crea directorio(s... olar por función (hook) que comandos se guardan o no * [[https://unix.stackexchange.com/questions/... ry-part-1-5875eb5556cc]] * ''export HISTORY_IGNORE="(ls|cat|AWS|SECRET)"'' * afectaría a la ... * <code bash>() { local compcontext='yn:yes or no:(y n)' vared -cp 'erasing all directories (y/n)
ZSH Globbing (extended)
7 Resultats, Darrera modificació:
* ''ls %%<path>/**/[^cC]*.txt%%'' : ficheros que no empiecen por **c** o **C** <code bash> # All file... e.net/Doc/Release/Expansion.html]] * se usa una notación entre paréntesis para darle más criterios a... se pueden agrupar los diferentes //qualifiers// (no permite espacios, lo que hace ciertas sentencias ... yor que -> **L+2k** : mayor de 2k * ''-'' : menor que * ''m'' : modificación * ''-'' : modif
oh-my-zsh
7 Resultats, Darrera modificació:
* ''chsh -s $(which zsh)'' : cambiar shell a mano si no lo hace automaticamente == config * ''~/.oh-my-zsh/tools/theme_chooser.sh'' == internal plu... v:[[https://github.com/inishchith/autoenv]] * no funciona el **.leave** * alternativa **zsh-au... env]] * [[linux:zsh:oh-my-zsh:autoenv]] * no es un plugin nativo de oh-my-zsh * se integra
ZSH features
6 Resultats, Darrera modificació:
e/Shell-Builtin-Commands.html#index-alias]] * normal: ''alias ls="ls --color=auto"'' * global:... ith..." desde CLI * **extended globbing** * normal: ''ls -l *.log'' * recursivo: ''ls -l %%*... ormación abajo * **edición de variables de entorno** : ''vared <variable>'' * **expansión variables entorno** : ''$PWD<TAB>'' * **renombrado avanzado de fi
zsh-autoenv @linux:zsh:oh-my-zsh
4 Resultats, Darrera modificació:
0) it will print information to stderr. * 0: no debug messages * 1: generic debug logging ... ostash**: * sobreescribe una variable de entorno y la vuelve a dejar como estaba al salir * **au... **: Appends path(s) to $path ($PATH), if they are not in there already. * **autoenv_prepend_path**: Prepends path(s) to $path ($PATH), if they are not in there already. * **autoenv_remove_path**: R
ZSH install
1 Resultats, Darrera modificació:
zsh)</code> == install inicial The function will not be run in future, but you can run it yourself as
ZSH expansion modifiers
1 Resultats, Darrera modificació:
: ${hash:l:s/-//}"; done</code> * incluye algunos modificadores para archivos * más:[[http://z