bashrc - The individual per-interactive-shell startup file.这个文件主要保存个人的一些个dao性化设置,如命令别名、路径等。下面是个例子:# User specific aliases and functionsPATH="/bin ...
If you come from bash you might have to change your PATH. export PATH HOME bin: usr local bin: PATH Path to your oh my zsh installation. export ZSH Users lizejiang .oh my zsh Set name of the theme to ...
2017-11-29 16:16 0 1180 推荐指数:
bashrc - The individual per-interactive-shell startup file.这个文件主要保存个人的一些个dao性化设置,如命令别名、路径等。下面是个例子:# User specific aliases and functionsPATH="/bin ...
https://shreevatsa.wordpress.com/2008/03/30/zshbash-startup-files-loading-order-bashrc-zshrc-etc/ linux系统里有各种启动加载文件: .bashrc、.bash_profile ...
、安装 brew install lrzsz #这里以homebrew方式安装12、脚本 拉取 https://github.com/mmastrac/iterm2-zmodem 两个sh文件,将他们拷贝到/usr/local/bin文件夹中。必须具有x权限 3、配置 打开iterm ...
Mac iTerm2使用lrzsz对服务器上传和下载文件 安装工具 首先需要安装iTerm2和homebrew,在终端中执行(打开终端,使用搜索(command + space),输入terminal.app, 然后回车): 配置 安装lrzsz brew install ...
窗口后,都要重新执行source 才能重新生效,固将路径添加到了~/.zshrc文件里解决了。 据了 ...
窗口后,都要重新执行source 才能重新生效,固将路径添加到了~/.zshrc文件里解决了。 据了 ...
我的mac 上用是iterm2终端, Shell 环境是zsh。ssh 到Linux 服务器上查看一些文件时,中文乱码。 这种情况一般是终端和服务器的字符集不匹配,MacOSX下默认的是utf8字符集。 解决方案如下: 输入locale可以查看字符编码设置情况,而我 ...