Advertisement
RebelRose

🌹♠️fish local host build (beautiful)♠️🌹

Mar 7th, 2025
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.78 KB | None | 0 0
  1. my special fish local host build with my bb, designed off of his gone fishing........
  2. ..................
  3.  
  4. echo $SHELL
  5.  
  6. nano ~/.config/fish/config.fish
  7.  
  8. if status is-interactive
  9.  
  10. # Commands to run in interactive sessions can go here
  11.  
  12. end
  13.  
  14.  
  15.  
  16. function fish_prompt
  17.  
  18.  
  19.  
  20. # interactive user name @ host name, date>
  21.  
  22.  
  23.  
  24. # Print "$(date)" to magenta color
  25.  
  26.  
  27.  
  28. echo -e "\e[35m$(date)\e[0m"
  29.  
  30.  
  31.  
  32. echo (pwd)
  33.  
  34.  
  35.  
  36. # Print "Jack's gone fishing..." in blue color
  37.  
  38.  
  39.  
  40. echo -e " \e[34mJack's gone fishing...
  41.  
  42. [~]:#\e[0m "
  43.  
  44.  
  45.  
  46. end
  47.  
  48. #2 inside nano.......................
  49. ........
  50.  
  51. if status is-interactive
  52.  
  53. # Commands to run in interactive sessions can go here
  54.  
  55. end
  56.  
  57.  
  58.  
  59. function fish_prompt
  60.  
  61.  
  62.  
  63. # interactive user name @ host name, date>
  64.  
  65.  
  66.  
  67. # Print "$(date)" to magenta color
  68.  
  69.  
  70.  
  71. echo -e "\e[35m$(date)\e[0m"
  72.  
  73.  
  74.  
  75. echo (pwd)
  76.  
  77.  
  78.  
  79. # Print "The Garden of Dead Roses♠️🌹..." in blue color
  80.  
  81.  
  82.  
  83. echo -e " \e[34mThe Garden of Dead Roses♠️🌹...
  84.  
  85. [~]:#\e[0m "
  86.  
  87.  
  88.  
  89. end
  90.  
  91. #3 Test Build Different script on DeadRose......................
  92.  
  93. if status is-interactive
  94.  
  95. # Commands to run in interactive sessions can go here
  96.  
  97. end
  98.  
  99.  
  100.  
  101. function fish_prompt
  102.  
  103.  
  104.  
  105. # interactive user name @ host name, date>
  106.  
  107.  
  108.  
  109. # Print "$(date)" to magenta color
  110.  
  111.  
  112.  
  113. echo -e "\e[35m$(date)\e[0m"
  114.  
  115.  
  116.  
  117. echo (pwd)
  118.  
  119.  
  120.  
  121. # Print "Th3 GardeN oF D34D₹⁰S3S ♠️🌹....." in Red color
  122.  
  123.  
  124.  
  125. echo -e " \e[34mTh3 GardeN oF D34D₹⁰S3S ♠️🌹...
  126.  
  127. [~]:#\e[0m "
  128.  
  129.  
  130.  
  131. end
  132.  
  133. (4) below creating default bash command.....................
  134.  
  135. chsh bash
  136.  
  137. my bbs build notes below (lessons)
  138.  
  139. https://pastebin.com/E507GCJD
  140.  
  141. https://pastebin.com/QXySvYX8
  142.  
  143. https://pastebin.com/wvsjFwtq
  144.  
  145.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement