Cerca

Heus ací els resultats de la cerca.

ZSH zmv
8 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 Globbing (extended)
4 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 ... ualquier otro cualificador (pero va por separado, no inscrustado en el qualificador que queremos orden
oh-my-zsh
4 Resultats, Darrera modificació:
'chsh -s $(which zsh)'' : cambiar shell a mano si no lo hace automaticamente == config * ''~/.oh-my... 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_CUSTOM}/plugins/zsh-syntax-highlighting # ya no: echo "source ${ZSH}/plugins/zsh-syntax-highlight
ZSH features
3 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 %%*... ctores y evitar uso ">autoload -U zmv alias mmv='noglob zmv -W'</code> * búsqueda de comandos en el
zsh-autoenv @linux:zsh:oh-my-zsh
3 Resultats, Darrera modificació:
0) it will print information to stderr. * 0: no debug messages * 1: generic debug logging ... **: 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
2 Resultats, Darrera modificació:
olar por función (hook) que comandos se guardan o no * [[https://unix.stackexchange.com/questions/... * <code bash>() { local compcontext='yn:yes or no:(y n)' vared -cp 'erasing all directories (y/n)
ZSH install
1 Resultats, Darrera modificació:
sh)</code> === install inicial The function will not be run in future, but you can run it yourself as