Cerca

Heus ací els resultats de la cerca.

ZSH zmv
16 Resultats, Darrera modificació:
de> * Something simpler (for basic commands) is the -W option<code bash> zmv -W '*.lis' '*.txt'</code... ne 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 code whisperer <code bash>zmv 'Page(*)/shot.jpg' ... th.many.dots.txt" by substituting dots (exept for the last # one!) with a space $ touch {1..20}-file.
ZSH
9 Resultats, Darrera modificació:
troducción: * [[https://linuxconfig.org/learn-the-basics-of-the-zsh-shell]] * [[http://reasoniamhere.com/2014/01/11/outrageously-useful-tips-to-mast... .com/questions/352788/how-to-prevent-a-command-in-the-zshell-from-being-saved-into-history]] * [[https://unix.stackexchange.com/questions/6094/is-there-any-way-to-keep-a-command-from-being-added-to-y
zsh-autoenv @linux:zsh:oh-my-zsh
9 Resultats, Darrera modificació:
== configuration * AUTOENV_FILE_ENTER: Name of the file to look for when entering directories. Default: .autoenv.zsh * AUTOENV_FILE_LEAVE: Name of the file to look for when leaving directories. Requir... rily) disable zsh-autoenv. This gets looked at in the chpwd handler. Default: 0 * AUTOENV_DEBUG: Set ... messages messages about adding/removing files on the internal stack * 3: everything sets xtrace op
ZSH install
3 Resultats, Darrera modificació:
= ZSH install * [[https://geekytheory.com/como-instalar-oh-my-zsh-en-ubuntu]] * [[https://blog.arme... >chsh -s $(which zsh)</code> === install inicial The function will not be run in future, but you can r... ode> == plugins <code properties ; ~/.zshrc> ZSH_THEME="agnoster" plugins=( git colored-man-pages colo
ZSH Globbing (extended)
1 Resultats, Darrera modificació:
A or a $ ls **/[Aa]*(.) # All Files that contain the number $ ls **/*[1]*(.) # Any files that end in a
oh-my-zsh
1 Resultats, Darrera modificació:
tomaticamente == config * ''~/.oh-my-zsh/tools/theme_chooser.sh'' == internal plugins * **dotenv*
ZSH prompt
1 Resultats, Darrera modificació:
> <code bash> prompt -p prompt -l </code> /via: [[https://wiki.archlinux.org/title/Zsh#Prompt_themes]]