Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. echo "Bash (acronyme de Bourne-Again shell) est un interpréteur en ligne de commande de type script. C'est le shell Unix du projet GNU."
  2.  
  3. alias therm='/Users/Emmanuel/wildwork/osx-cpu-temp-master/osx-cpu-temp'
  4.  
  5.  
  6.  
  7. # If you come from bash you might have to change your $PATH.
  8. export PATH=$HOME/bin:/usr/local/bin:$PATH
  9.  
  10. # Path to your oh-my-zsh installation.
  11. export ZSH=/Users/Emmanuel/.oh-my-zsh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement