The MacOS Memo

From ZENotes
(Difference between revisions)
Jump to: navigation, search
(Created page with "To change your terminal prompt (& use bash): - switch to bash with csh /bin/bash - exit terminal & open it again - create a .bashrc file with, ie : # configure my multi-...")
 
 
(2 intermediate revisions by one user not shown)
Line 17: Line 17:
  
 
  https://www.weblife.fr/tutoriels/os-x-terminal-personnalise-avec-le-fichier-bashrc?cn-reloaded=1
 
  https://www.weblife.fr/tutoriels/os-x-terminal-personnalise-avec-le-fichier-bashrc?cn-reloaded=1
 +
 +
Or set in
 +
 +
source /Users/regie/.bashrc && clear
 +
 +
in the terminal settimgs / Profiles / Shell ; uglier but quicker.
 +
 +
General feeling : shit keyboard, dust and liquid swallowing huge vents, updating process stressfull with many reboots and still progress bars

Latest revision as of 17:49, 23 December 2023

To change your terminal prompt (& use bash):

- switch to bash with

csh /bin/bash

- exit terminal & open it again

- create a .bashrc file with, ie :

# configure my multi-line prompt
PS1='
$PWD
==> '

Then macos will superbly ignore it. Go to here to not re-invent the wheeel like I just did :

https://www.weblife.fr/tutoriels/os-x-terminal-personnalise-avec-le-fichier-bashrc?cn-reloaded=1

Or set in

source /Users/regie/.bashrc && clear

in the terminal settimgs / Profiles / Shell ; uglier but quicker.

General feeling : shit keyboard, dust and liquid swallowing huge vents, updating process stressfull with many reboots and still progress bars

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox