mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add better ssh icon, now it a 🤖
This commit is contained in:
parent
7de66cc40b
commit
3c5402d542
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
@ -56,7 +56,7 @@ if [ -f "/.dockerenv" ]; then
|
|||
fi
|
||||
|
||||
if [ ! -z $SSH_CLIENT ]; then
|
||||
export CURRENT_SHELL_LOCATION=" "
|
||||
export CURRENT_SHELL_LOCATION="🤖"
|
||||
else
|
||||
export CURRENT_SHELL_LOCATION="🏡"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue