Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- my special fish local host build with my bb, designed off of his gone fishing........
- ..................
- echo $SHELL
- nano ~/.config/fish/config.fish
- if status is-interactive
- # Commands to run in interactive sessions can go here
- end
- function fish_prompt
- # interactive user name @ host name, date>
- # Print "$(date)" to magenta color
- echo -e "\e[35m$(date)\e[0m"
- echo (pwd)
- # Print "Jack's gone fishing..." in blue color
- echo -e " \e[34mJack's gone fishing...
- [~]:#\e[0m "
- end
- #2 inside nano.......................
- ........
- if status is-interactive
- # Commands to run in interactive sessions can go here
- end
- function fish_prompt
- # interactive user name @ host name, date>
- # Print "$(date)" to magenta color
- echo -e "\e[35m$(date)\e[0m"
- echo (pwd)
- # Print "The Garden of Dead Roses♠️🌹..." in blue color
- echo -e " \e[34mThe Garden of Dead Roses♠️🌹...
- [~]:#\e[0m "
- end
- #3 Test Build Different script on DeadRose......................
- if status is-interactive
- # Commands to run in interactive sessions can go here
- end
- function fish_prompt
- # interactive user name @ host name, date>
- # Print "$(date)" to magenta color
- echo -e "\e[35m$(date)\e[0m"
- echo (pwd)
- # Print "Th3 GardeN oF D34D₹⁰S3S ♠️🌹....." in Red color
- echo -e " \e[34mTh3 GardeN oF D34D₹⁰S3S ♠️🌹...
- [~]:#\e[0m "
- end
- (4) below creating default bash command.....................
- chsh bash
- my bbs build notes below (lessons)
- https://pastebin.com/E507GCJD
- https://pastebin.com/QXySvYX8
- https://pastebin.com/wvsjFwtq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement