Cerca
Heus ací els resultats de la cerca.
Noms de pàgina coincidents:
Resultats de text complet:
- powerlevel10k ZSH Theme @linux:zsh:oh-my-zsh
- p10k.zsh> # Generated by Powerlevel10k configuration wizard on 2026-06-02 at 11:08 CEST. # Based on romkatv/powerlevel10k/config/p10k-rainbow.zsh, checksum 57633. #... p10k configure` to generate your own config based on it. # # Tip: Looking for a nice color? Here's a o
- ZSH zmv
- 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... all 4th character, which is "1", with "2" and so on $ autoload -U zmv $ zmv '(???)1(???[1-4].txt)
- zsh-autoenv @linux:zsh:oh-my-zsh
- //github.com/Tarrasch/zsh-autoenv]] == configuration * AUTOENV_FILE_ENTER: Name of the file to look ... 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 xtrace option (set -x) while sourcing env files. Default: 0 ==
- ZSH
- [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... tra últimos directorios donde hemos estado * con ''~#'' podemos saltar a cualquiera de ellos * *... e.com/questions/74184/how-to-save-current-command-on-zsh]] * [[http://zsh.sourceforge.net/Doc/Rele
- ZSH Globbing (extended)
- = ZSH Globbing (extended) == glob expression * ''ls %%<path>/*/*%%'' : lista todos los ficheros a 2 ... s:[[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Filename-Generation]] * ''ls %%<path>/**/*<1-10>.txt%%'' : lista cualquier fichero contenido e... end in a vowel $ ls **/*[aeiouy](.) # Files that don't start with A or a $ ls **/[^Aa](.) # Files that
- ZSH features
- 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> -> ''cd /usr/loca
- ZSH expansion modifiers
- = ZSH expansion modifiers * Variable transformations * permite modificar una variable usando **:**... * **h**: basename * **r**: remove extension * **s**: sustituciones (s/<CAD1>/<CAD2>/)<cod... s:[[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Modifiers]] == mirar * [[https://code.joe... your-z-shell/]] * [[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Filename-Generation]] *
- oh-my-zsh
- = 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 s... o de oh-my-zsh * se integra desde **.zshrc** con un ''source'' * funciona solo para zsh * ... sonalización:<code properties># If command execution time above min. time, plugins will output time. Z
- ZSH Parameter Expansion Flags
- = ZSH Parameter Expansion Flags de manera similar a [[linux:zsh:modifiers|]], si dentro de una variabl... * mucho más: [[http://zsh.sourceforge.net/Doc/Release/Expansion.html#Parameter-Expansion-Flags]]
- ZSH install
- mesto.net/sacale-el-maximo-partido-a-tu-terminal-con-zsh/]] * MAC: [[https://sourabhbajaj.com/mac-se... (which zsh)</code> === install inicial The function will not be run in future, but you can run it you
- ZSH TAB Expansion
- = ZSH TAB Expansion <code bash; .zshrc>autoload -U compinit compinit</code> * .oh-my-zsh lo activa p