zsh
How do I fix my zsh prompt now that I've upgraded to snow leopard?
I recently upgraded my system to snow leopard and now my prompt doesn\'t work properly.I have this line in my .zshrc file:[详细]
2023-01-05 18:55 分类:问答zsh filename globbling/substitution
I am trying to create my first zsh completion script, in this case for the command netcfg. Lame as it may sound I have stuck on the first hurdle, disclaimer, I know how to do this crudely, however I[详细]
2023-01-05 13:22 分类:问答Backward search in vi-mode [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-01-04 17:36 分类:问答alias with parameters
If there is any possibility to use the parameters in zsh aliases?Something like this: alias ssh_nokia=\"ssh root开发者_JAVA百科@<ip_parameter>\"[详细]
2023-01-01 10:59 分类:问答zsh for loop exclusion
This is somewhat of a simple question, but for the life of me, I cannot fig开发者_StackOverflow社区ure out how to exclude something from a zsh for loop.For instance, let\'s say we have this:[详细]
2023-01-01 05:31 分类:问答Loading zsh as the default shell in gnu screen [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.[详细]
2022-12-31 21:39 分类:问答Zsh command substitution
I usually work with BASH, but I\'m开发者_如何转开发 trying to setup a cronjob from a machine and user account that is configured with zsh.When the cronjob runs, the date variable does not contain the[详细]
2022-12-31 10:21 分类:问答Including/Importing aliases and functions for both bash and zsh
I have a directory of functions and aliases I\'d like to include for both bash and zsh terminal invocations (So I don\'t need to put every function and开发者_高级运维 alias into every separate script[详细]
2022-12-30 17:01 分类:问答Translate parse_git_branch function to zsh from bash (for prompt)
I am using this function in Bash function parse_git_branch { git_status=\"$(git status 2> /dev/null)\"[详细]
2022-12-30 08:07 分类:问答How can I (from a script) add something to the zsh command history?
I\'d like to be able to look through my command history and know the context from which I issued various commands--in other words, \"what directory was I in?\"There are various ways I could achieve th[详细]
2022-12-29 19:52 分类:问答