Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- ZSH
- s://linuxconfig.org/learn-the-basics-of-the-zsh-shell]] * [[http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/]] == + características * [[linux:zsh:caracte... los procesos que empiezan por <caracteres> para seleccionar el proceso a matar * **expandir ayudas** : puedes ver todas las opciones de un comando tecl
- oh-my-zsh
- sh -c %%"%%$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)%%"%%'' m... linux/]] * ''chsh -s $(which zsh)'' : cambiar shell a mano si no lo hace automaticamente == config ... github.com/inishchith/autoenv]] * no funciona el **.leave** * alternativa **zsh-autoenv** * ... ash VAR=VALOR'' -> setea nuevo valor, conservando el anterior y lo recupera al salir del directorio
- ZSH Globbing (extended)
- %<path>/*/*%%'' : lista todos los ficheros a 2 niveles del actual * ''ls %%<path>/**/*%%'' : lista todos los ficheros en cualquier directorio * ''ls %... ators mucho mas:[[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Filename-Generation]] * ''ls... ber $ ls **/*[1]*(.) # Any files that end in a vowel $ ls **/*[aeiouy](.) # Files that don't start wit
- ZSH features
- are.net/brendon_jag/why-zsh-is-cooler-than-your-shell]] * **cd** completion * muestra opciones, ... mpt estilo bash * RPROMPT o RPS1 -> ubicación elementos prompt a la derecha * sugerencia correcc... "ls*"'' * [[http://zsh.sourceforge.net/Doc/Release/Shell-Builtin-Commands.html#index-alias]] * normal: ''alias ls="ls --color=auto"'' * glob
- ZSH zmv
- mv/rename mejorado == uso * si no lo hacemos en el **.zshrc**, cargar con ''autoload zmv'' * parám... d/}' # Changing part of a filename (i. e. "file-hell.name" -> "file-heaven.name") $ zmv '(*)hell(*)' '${1}heaven${2}' # or $ zmv '*' '$f:s/hell/heaven/' # remove round bracket within filenames
- ZSH expansion modifiers
- * permite modificar una variable usando **:** en el formato ''${VAR}'' * **u**: uppercase * *... rcase * **q**: quote * **Q**: quita un nivel de comillas * **P**: absolute path of file ... hivos * más:[[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Modifiers]] == mirar * [[ht... 01/11/outrageously-useful-tips-to-master-your-z-shell/]] * [[http://zsh.sourceforge.net/Doc/Release/
- zsh-autoenv @linux:zsh:oh-my-zsh
- ndler. Default: 0 * AUTOENV_DEBUG: Set debug level. If enabled (> 0) it will print information to st... $AUTOENV_EDITOR, $EDITOR, or vim for editing == help * **autostash**: * sobreescribe una variable de entorno y la vuelve a dejar como estaba al salir * **autoenv_sour... ámetro ''../..'' para que solo ejecute ciertos niveles atrás ¿? * **autoenv_append_path**: Appends p
- ZSH install
- en-ubuntu]] * [[https://blog.armesto.net/sacale-el-maximo-partido-a-tu-terminal-con-zsh/]] * MAC: ... -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"</code> * e... ill not be run in future, but you can run it yourself as follows: <code bash> autoload -Uz zsh-newus
- ZSH Parameter Expansion Flags
- ux:zsh:modifiers|]], si dentro de una variable en el formato ''${ }'' hay una apertura de paréntesis, ... * mucho más: [[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion-Flags]]
- ZSH modules
- s * Please read zshmodules(1) first! * [[http://zsh.sourceforge.net/Doc/Release/Zsh-Modules.html]]