for some reason, zsh runs abnormally in intellij idead. Open the terminal of Intellij IDEA, prompt configureCommandHistory:6: command not found: cp and then enter ls and other common commands do not exist. export PATH finds that the path is dif...
execute the following command: ps aux | grep-n redis-server | grep-v grep the process information of redis-server can be found normally. (Note: grep-v grep is to exclude the process information of grep itself from the results) but write it as a...
git branch the output of the branch will be displayed like the more command under Linux. You need to press Q again to exit as shown in figure . version information $ zsh --version zsh 5.3 (x86_64-apple-darwin18.0) $ git --version ...
excuse me: what does the ~ $ after this bash code grep mean? grep-z-vE ~ $ Baidu and Google have no results. Who can give me some advice? Thank you very much! ...
such as the title. the function I implement now is to find the first file even if I open it with vim for editing: vfin() {vim $(find -iname "$1")} but most of the time, you need to select one of the multiple files with the same name to ...
problem description what I may have described is a bit of a problem, maybe it has nothing to do with zsh. The specific problem is: first of all, the content in my file1 is as follows: asdsdf sdfsdbbb abbbb then I run the following command in iterm:...
after zsh is installed and configured according to ...
how to change the term effect on phpstorm to this on iterm2 the main problem is front jagged, no iterm2 neat problems with installing zsh on mac show the effect of zsh on phpstorm zshiterm2 ...
for example, the file structure is as follows: file1 file2 directory file3 directory file4 now move all the above files and folders to a new folder newDirectory . How does the command line implement? filenames may be irregular filenames, and there m...
why% sh -c "$(curl -fsSL https: raw.github.com robbyrussell oh-my-zsh master tools install.sh)" curl: (7) Failed to connect to raw.github.com port 443: Operation timed out...