Cerca

Heus ací els resultats de la cerca.

ZSH zmv
15 Resultats, Darrera modificació:
ctivo == ejemplo === usage * renames 'foo.lis' to 'foo.txt', 'my.old.stuff.lis' to 'my.old.stuff.txt':<code bash>zmv '(*).lis' '$1.txt'</code> * Some... you combine this with noglob, you don't even need to quote the arguments.<code bash>alias mmv='noglob ... : ; * ? " < > | # NOTE: ``-Q'' and (D) is to include hidden files. $ unwanted='[:;*?\"<>|]'
ZSH
9 Resultats, Darrera modificació:
oniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/]] == + características * ... * **fc** permite editar en nuestro editor favorito el último comando, para hacer los arreglos necesa... ttps://unix.stackexchange.com/questions/74184/how-to-save-current-command-on-zsh]] * [[http://zsh.... * [[https://superuser.com/questions/352788/how-to-prevent-a-command-in-the-zshell-from-being-saved-
zsh-autoenv @linux:zsh:oh-my-zsh
8 Resultats, Darrera modificació:
guration * AUTOENV_FILE_ENTER: Name of the file to look for when entering directories. Default: .aut... oenv.zsh * AUTOENV_FILE_LEAVE: Name of the file to look for when leaving directories. Requires AUTOE... level. If enabled (> 0) it will print information to stderr. * 0: no debug messages * 1: gener... s ¿? * **autoenv_append_path**: Appends path(s) to $path ($PATH), if they are not in there already.
oh-my-zsh
5 Resultats, Darrera modificació:
'' más: [[https://www.howtoforge.com/tutorial/how-to-setup-zsh-and-oh-my-zsh-on-linux/]] * ''chsh -s... oriza** * **copybuffer**: CRTL+o para copiar texto seleccionado o linea cursor a portapapeles * **... t time. ZSH_COMMAND_TIME_MIN_SECONDS=3 # Message to display (set to "" for disable). ZSH_COMMAND_TIME_MSG="Execution time: %s sec" # Message color. ZSH_
ZSH Globbing (extended)
2 Resultats, Darrera modificació:
ficheros regulares * ''Ln'' : indica tamaño exacto -> **L2m** : 2MB * ''+'' : mayor que -> **L+2... * al uso * $REPLY va conteniendo cada elemento que cumpla con **%%/**/*%%** === Ejemplos * ''
ZSH install
2 Resultats, Darrera modificació:
lar-oh-my-zsh-en-ubuntu]] * [[https://blog.armesto.net/sacale-el-maximo-partido-a-tu-terminal-con-zs... /tools/install.sh)"</code> * establece por defecto: <code bash>chsh -s $(which zsh)</code> === inst
ZSH expansion modifiers
2 Resultats, Darrera modificació:
te modificar una variable usando **:** en el formato ''${VAR}'' * **u**: uppercase * **l**: lo... oniamhere.com/2014/01/11/outrageously-useful-tips-to-master-your-z-shell/]] * [[http://zsh.sourcefor
ZSH features
1 Resultats, Darrera modificació:
ex-alias]] * normal: ''alias ls="ls --color=auto"'' * global: ''alias -g gp="|grep -i"'' -> su
ZSH Parameter Expansion Flags
1 Resultats, Darrera modificació:
odifiers|]], si dentro de una variable en el formato ''${ }'' hay una apertura de paréntesis, se toma
ZSH TAB Expansion
1 Resultats, Darrera modificació:
xpansion <code bash; .zshrc>autoload -U compinit compinit</code> * .oh-my-zsh lo activa por defecto