Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Created December 15, 2015 21:43
Show Gist options
  • Select an option

  • Save mamemomonga/f1fe9746ec8d3d7e9950 to your computer and use it in GitHub Desktop.

Select an option

Save mamemomonga/f1fe9746ec8d3d7e9950 to your computer and use it in GitHub Desktop.
プロンプトの書き換え

プロンプトの書き換え

Linux(CentOS)

[root@localhost ~]$ echo "export PS1=\"$PS1\"" >> .bashrc
[root@localhost ~]$ vim .bashrc

  export PS1="[\u@\h(hoge) \W]\$ "

再ログイン

[root@localhost(hoge) ~]$ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment