编辑.zshrc,添加下面这段(是从.bashrc拷贝出来的)if[ -x /usr/bin/dircolors ]; then test-r ~/.dircolors && eval"$(dircolors -b ~/.dircolors)"|| eval"$(dircolors -b)"alias ls='ls --color=auto'alias dir='dir --color=auto'alias vdir='vdir --color=auto'alias grep='grep --color=a...
在安装完最新版本的 PowerShell 之后,你可能会在 Windows Terminal 的下拉菜单中看到一个新的名为“PowerShell”的配置——也可能不会: Windows Terminal 中新增的 PowerShell 配置 如果你没有发现,也没关系。你可以遵照下图先新建一个空的配置文件: 在Windows Terminal 中添加新配置文件 然后手动修改下图所示的几个...
"fontFace": "Cascadia Code", // 字体"useAcrylic": true, // 是否开启透明度"acrylicOpacity": 0.7, // 面板透明度"colorScheme": "One Half Dark", // 颜色主题"backgroundImage": "C:\\Users\\laughing\\Pictures\\terminal.jpeg","backgroundImageOpacity": 0.3, // 背景图片透明度(我这里是预...
// 启用毛玻璃"backgroundImage":"D:/User/chuchur/OneDrive/图片/stack.jpg",//背景图片"backgroundImageOpacity":0.1,//图片透明度(0-1)"experimental.retroTerminalEffect":true,//复古的CRT 效果"backgroundImageStretchMode":"uniformToFill",//背景图片填充模式"icon":"ms-appx:///ProfileIcons/{9acb9455...
vi /etc/profile.d/colorls.sh 将alias ls='ls --color=auto' 2>/dev/null 行注释掉 或者 vi ~/.bashrc 最后加上: alias ls='ls --color=no'
使用Terminal-Icons 添加缺少的文件夹或文件图标 其他资源 哦, My Posh为提供 Git 状态颜色编码和提示的完全自定义命令提示符体验提供主题功能。 如果只想自定义终端的配色方案或外观,可以在Windows 终端设置中执行此操作(无需安装 Oh My Posh 主题)。
1.安装 Windows Terminal Microsoft Store 搜索下载或者通过github下载 下载地址github.com/microsoft/terminal/releases 2.安装新款 Powershell Core 点击跳转下载github.com/PowerShell/PowerShell/releases 链接是github的下载链接,进入后找最新版本的msi版下载,记住一定要是msi版本,再根据系统不同选择下载不同的...
使用Terminal-Icons 添加缺少的文件夹或文件图标 其他资源 哦, My Posh为提供 Git 状态颜色编码和提示的完全自定义命令提示符体验提供主题功能。 如果只想自定义终端的配色方案或外观,可以在Windows 终端设置中执行此操作(无需安装 Oh My Posh 主题)。
if[ -f ~/.bashrc ]; then . ~/.bashrc; fi .bashrc alias ls='ls -F --color=auto --show-control-chars'# 使用ls命令的时候加上颜色 export LC_ALL=zh_CN.UTF-8# 设置终端打开的编码 alias ll='ls -la -F --color=auto --show-control-chars' 重启terminal即可使用bash.exe命令...
Windows Terminal 美化篇 Windows Terminal 不仅速度快、设计美,还有众多可自定义的 UI 元素、快捷键与实用功能。默认的PowerShell并不美观,仅仅是将原来“傻大黑”变成了“傻大蓝”,所以这次我们来美化它。像MacOS一样使用Windows10 的Terminal。 美化效果 Windows Terminal Windows Terminal 安装终端 直接从Microsoft ...