Closed OzzyHelix closed 5 months ago
I looked at how chicago95 did their command line stuff and did it in my own way for bash there is one thing I would change about this I would change the blkid
line in the dir.sh script to be the /sbin/blkid
path because it fails to execute correctly otherwise on Debian but I have tested this on Fedora and Arch and Debian and Debian needed that fix
the reason I didn't make a pull request for this was because its such a small change that it didn't really feel worth it for a pull request and I could just provide the files needed to do this here and you could implement them how you want to
Sorry I hadn't gotten around to replying to this, I've been off sick for a few days.
I think if the project is to include a recreation of the cmd
shell then it would need to be a complete implementation, rather than a config for bash. Mainly because I want to avoid the problem that skins usually have that it really needs to behave the same rather than just look the same.
I appreciate the effort though! :smiley:
I understand I was going for looking the same not functioning the same I did put some effort in to try and make it happen tho and I guess if you decide to do a cmd style shell later on maybe this could help be the basis for it later on in any case whatever decision you decide to take I'm sure will be fine I just tried to help make it look more like XP in the CMD prompt area is all
I mostly want to give you guys stuff that can be added to the bashrc file to get the bash looking more like the XP command prompt first being I made a script that can be a bash alias that can replace the dir command
alias dir="$HOME/.scripts/dir.sh"
can be added to bashrc to get the new dir command my XPPROMPT file can be added to bashrc withcat XPPROMPT >> ~/.bashrc
I hope you will consider adding these items to the theme as I think it makes it better I even went as far as to write an install script to install the bashrc stuff for the end userthat is in the install.sh in the zip xp-bash.zip