linux/windows转mac的习惯设置
2021-03-27 20:28
标签:输入 html tps until 环境变量配置 bbs list 登录 需要 linux/windows转mac的习惯设置 标签:输入 html tps until 环境变量配置 bbs list 登录 需要 原文地址:https://www.cnblogs.com/wangzhiyi/p/9344786.html外接键盘
常用快捷键设置
Command-Z 撤消
Command-X 剪切
Command-C 拷贝(Copy)
Command-V 粘贴
Command-A 全选(All)
下两个待定?
Command-S 保存(Save)
Command-F 查找(Find)
其他快捷键
安装软件
/Applications/CLion.app/Contents/bin/clion.vmoptions
~ $pwd
/var/root
~ $cat .bash_profile
#enables colorin the terminal bash shell export
export CLICOLOR=1
#setsup thecolor scheme for list export
export LSCOLORS=gxfxcxdxbxegedabagacad
#sets up theprompt color (currently a green similar to linux terminal)
export PS1=‘\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;36m\]\w\[\033[00m\]\$ ‘
#enables colorfor iTerm
export TERM=xterm-256color
alias wk="cd /Users/admin/wangzhiyi"
alias ll="ls -lrta"
find_git_branch () {
local dir=. head
until [ "$dir" -ef / ]; do
if [ -f "$dir/.git/HEAD" ]; then
head=$(
文章标题:linux/windows转mac的习惯设置
文章链接:http://soscw.com/index.php/essay/68739.html