This method is configurable on bash 4.
edit ( make ) ~/.bashrc file and add the following line.
before
after
that’s it
# bash --version | head -1 GNU bash, バージョン 4.2.8(1)-release (x86_64-pc-linux-gnu) |
edit ( make ) ~/.bashrc file and add the following line.
# tail -1 /root/.bashrc export PROMPT_DIRTRIM=1 |
before
root@ubuntu-2:~/dir1/dir2/dir3/dir4# |
after
# cd dir1/dir2/dir3/dir4/ root@ubuntu-2:~/.../dir4# |
that’s it
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.