gpt4 book ai didi

linux - 如何在PS1环境变量中高亮文本

转载 作者:太空宇宙 更新时间:2023-11-04 10:29:54 24 4
gpt4 key购买 nike

目前我的PS1环境变量显示如下:

enter image description here

下图是我希望我的 PS1 环境变量显示为:

enter image description here

下面是我的 PS1 环境变量是如何设置的:

export PS1='$LOGIN@'`hostname`':$PWD> '

不幸的是,我不确定如何更改我的 PS1 环境变量来满足我的需求,但我尝试过的所有方法都不起作用。

最佳答案

这应该有助于 AIX 7.1 版

bold=`tput smso`
norm=`tput rmso`
PS1="${bold}$LOGNAME@`hostname`:${norm}\${PWD}# "
export PS1

enter image description here

关于linux - 如何在PS1环境变量中高亮文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40464066/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com