gpt4 book ai didi

terminal - 如何在ubuntu终端中隐藏当前路径以及用户名和计算机名

转载 作者:行者123 更新时间:2023-12-02 19:48:14 25 4
gpt4 key购买 nike

我想在终端中隐藏当前路径、用户和计算机名称,以便有更多空间。

目前,在我的终端中,它回显:“用户@计算机名:~/当前目录”我想隐藏所有这些,因为我不需要它们。

ubuntu版本:18.04桌面版

Screen shot of the terminal

最佳答案

对于我的 Ubuntu 18.04.3 LTS 的工作方式如下:
.- 找到 bashrc

ls -la ~/ | more

.- 编辑文件:

nano ~/.bashrc  

.- 将 w 替换为 W:
之前:

PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '

之后:

PS1='${debian_chroot:+($debian_chroot)}\u@\h:\W\$ '

关于terminal - 如何在ubuntu终端中隐藏当前路径以及用户名和计算机名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58833440/

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