jt
/
conf
1
0
Fork 0

BashRC reverting win95 style

This commit is contained in:
Jarkko Toivanen 2024-04-10 12:49:25 +03:00
parent 2d7ad9cbcd
commit ab44b47e83
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 0 additions and 25 deletions

25
.bashrc
View File

@ -118,28 +118,3 @@ unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
# Emulate an MS-DOS prompt in your Linux shell.
# Laszlo Szathmary (jabba.laci@gmail.com), 2011
# Project home page:
# https://ubuntuincident.wordpress.com/2011/02/08/emulate-the-ms-dos-prompt/
#
#
# Modified by Soldier of Fortran
#
# Add to you ~/.bashrc file with: 'source ~/.themes/95/bashrc'
function msdos_pwd
{
local dir="`pwd`"
echo $dir | tr '/' '\\'
}
export PS1='C:`msdos_pwd`> '
echo
echo
echo "Microsoft(R) Windows 95"
echo " (C)Copyright Microsoft Corp 1981-1996."
echo