当前位置:网站首页>Modify SSH command line[ [email protected] ]Color
Modify SSH command line[ [email protected] ]Color
2022-07-23 15:23:00 【An imaginary cat】
1、cd ~
2、vim .bashrc
3、 add to :
PS1='\[\e[1;31m\][\[\e[35;1m\]\u\[\e[32;1m\]@\[\e[35;1m\]\h\[\e[0;33m\]\w] \[\e[31;1m\]# \[\e[0m\]'
OR
PS1="\[\e[1;35m\][\[email protected]\h \W]\\$\[\e[0m\] "
4、source .bashrc
5、 effect 
边栏推荐
- The official redis visualization tool is coming. The needle doesn't poke
- Unreal中通过FMonitoredProcess启动其他独立程序
- 基于双目相机拍摄图像的深度信息提取和目标测距matlab仿真
- 什么是服务器托管及和虚拟主机的区别
- The exclamation point of vscode +tab shortcut key cannot be used, and the solution to the problem of a-soul-live2d plug-in
- Shell脚本案例---3
- 力扣-单调栈
- The problem of double type precision loss and its solution
- STL map attribute
- 【解决异常】Flink上传jar包至集群环境运行报未序列化异常
猜你喜欢
随机推荐
VMware虚拟机下载安装使用教程
在一个有序数组中查找具体的某个数字(二分查找or折半查找)
Force buckle monotone stack
第一篇 项目基本情况介绍
安全作业7.22
338. Bit count
安全合理用电 收获清凉一“夏”
MySQL执行顺序
Start other independent programs through fmmonitoredprocess in unreal
494. Objectives and
第二篇 如何设计一个RBAC权限系统
Shell脚本案例---3
Part II how to design an RBAC authority system
解决kotlin写Android项目编译报Execution failed for task ‘:app:kaptDebugKotlin‘.异常
安全7.18作业
[200 opencv routines] 225. Fourier descriptor for feature extraction
STL deque
如何实现多个传感器与西门子PLC之间485无线通讯?
Shell script case ---3
Simulation of voltage source PWM rectifier with double closed loop vector control based on Simulink








