Cerca

Heus ací els resultats de la cerca.

ZSH
29 Resultats, Darrera modificació:
ge.net/]] * introducción: * [[https://linuxconfig.org/learn-the-basics-of-the-zsh-shell]] * [[http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to... [linux:zsh:oh-my-zsh]] * [[linux:zsh:tab-expansion]] * [[linux:zsh:globbing]] * [[linux:zsh:modifiers]] * [[linux:zsh:expansion-flags]] * [[linux:zsh:zmv]] * [[linux:zsh:mod
ZSH zmv
22 Resultats, Darrera modificació:
so * si no lo hacemos en el **.zshrc**, cargar con ''autoload zmv'' * parámetros: * **-n**: te... ething simpler (for basic commands) is the -W option<code bash> zmv -W '*.lis' '*.txt'</code> * If you combine this with noglob, you don't even need to quote the arguments.<code bash>ali... s.txt" by substituting dots (exept for the last # one!) with a space $ touch {1..20}-file.with.many.
oh-my-zsh
16 Resultats, Darrera modificació:
= oh-my-zsh potenciador de zsh con temas y plugins : [[https://ohmyz.sh/]] == install * ''sh -c %%"... forge.com/tutorial/how-to-setup-zsh-and-oh-my-zsh-on-linux/]] * ''chsh -s $(which zsh)'' : cambiar shell a mano si no lo hace automaticamente == config * ''~/.oh-my-zsh/tools/theme_chooser.sh'' =... s://github.com/inishchith/autoenv]] * no funciona el **.leave** * alternativa **zsh-autoenv**
ZSH Globbing (extended)
14 Resultats, Darrera modificació:
= ZSH Globbing (extended) == glob expression * ''ls %%<path>/*/*%%'' : lista todos los ficheros a 2 ... (READ)*.* ## Ends With READ $ ls **/*(READ).* ## Contains READ Anywhere $ ls **/*(READ)*.*</code> == ... s:[[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Filename-Generation]] * ''ls %%<path>/**/*<1-10>.txt%%'' : lista cualquier fichero contenido e
zsh-autoenv @linux:zsh:oh-my-zsh
12 Resultats, Darrera modificació:
: [[https://github.com/Tarrasch/zsh-autoenv]] == configuration * AUTOENV_FILE_ENTER: Name of the file to look for when entering directories. Default: .a... ug level. If enabled (> 0) it will print information to stderr. * 0: no debug messages * 1: ge... ose messages messages about adding/removing files on the internal stack * 3: everything sets xtrac
ZSH expansion modifiers
9 Resultats, Darrera modificació:
= ZSH expansion modifiers * Variable transformations * permite modificar una variable usando **:** en el formato ... * **h**: basename * **r**: remove extension * **s**: sustituciones (s/<CAD1>/<CAD2>/)<code bash; zsh>for hash in $(./rhash_static --list-hash
ZSH features
7 Resultats, Darrera modificació:
features /vía: [[https://www.slideshare.net/brendon_jag/why-zsh-is-cooler-than-your-shell]] * **cd** completion * muestra opciones, navegación con flechas * **git** completion * **path** expansion * ''cd /u/lo/b'' -> <TAB>
ZSH Parameter Expansion Flags
4 Resultats, Darrera modificació:
= ZSH Parameter Expansion Flags de manera similar a [[linux:zsh:modifiers|]], si dentro de una variabl... *@**: ''${(@)foo}'' ≡ ''${foo[@]}'' * **A**: convierte en un array la sustitución * **a**: sor... * mucho más: [[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion-Flags]]
ZSH install
4 Resultats, Darrera modificació:
mesto.net/sacale-el-maximo-partido-a-tu-terminal-con-zsh/]] * MAC: [[https://sourabhbajaj.com/mac-se... iTerm/zsh.html]] * <code bash>sudo apt install fonts-powerline</code> * <code bash>sudo apt instal... e bash>sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/insta... $(which zsh)</code> == install inicial The function will not be run in future, but you can run it you
ZSH TAB Expansion
1 Resultats, Darrera modificació:
= ZSH TAB Expansion <code bash; .zshrc>autoload -U compinit compinit</code> * .oh-my-zsh lo activa p