Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Last login: Mon Sep 18 17:28:17 on ttys000
  2. /Users/camille/.zshrc:90: unmatched '
  3. ➜ ~ git:(wcs) ✗ vim .zshrc
  4. ➜ ~ git:(wcs) ✗ vim .zshrc
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. # Uncomment the following line to enable command auto-correction.
  66. # ENABLE_CORRECTION="true"
  67.  
  68. # Uncomment the following line to display red dots whilst waiting for completion.
  69. # COMPLETION_WAITING_DOTS="true"
  70.  
  71. # Uncomment the following line if you want to disable marking untracked files
  72. # under VCS as dirty. This makes repository status check for large repositories
  73. # much, much faster.
  74. # DISABLE_UNTRACKED_FILES_DIRTY="true"
  75.  
  76. # Uncomment the following line if you want to change the command execution time
  77. # stamp shown in the history command output.
  78. # The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd"
  79. # HIST_STAMPS="mm/dd/yyyy"
  80.  
  81. # Would you like to use another custom folder than $ZSH/custom?
  82. # ZSH_CUSTOM=/path/to/new-custom-folder
  83.  
  84. # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
  85. # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
  86. # Example format: plugins=(rails git textmate ruby lighthouse)
  87. # Add wisely, as too many plugins slow down shell startup.
  88. plugins=(git)
  89.  
  90. source $ZSH/oh-my-zsh.sh
  91.  
  92. # User configuration
  93.  
  94. # export MANPATH="/usr/local/man:$MANPATH"
  95.  
  96. # You may need to manually set your language environment
  97. # export LANG=en_US.UTF-8
  98.  
  99. # Preferred editor for local and remote sessions
  100. # if [[ -n $SSH_CONNECTION ]]; then
  101. # export EDITOR='vim'
  102. # else
  103. # export EDITOR='mvim'
  104. # fi
  105.  
  106. # Compilation flags
  107. # export ARCHFLAGS="-arch x86_64"
  108.  
  109. # ssh
  110. # export SSH_KEY_PATH="~/.ssh/rsa_id"
  111.  
  112. # Set personal aliases, overriding those provided by oh-my-zsh libs,
  113. # plugins, and themes. Aliases can be placed here, though oh-my-zsh
  114. # users are encouraged to define aliases within the ZSH_CUSTOM folder.
  115. # For a full list of active aliases, run `alias`.
  116. #
  117. # Example aliases
  118. # alias zshconfig="mate ~/.zshrc"
  119. # alias ohmyzsh="mate ~/.oh-my-zsh"
  120.  
  121. echo L'acronyme BASH signifie Bourne-Again Shell. C'est un interpréteur en ligne de commande de type script. C'est aussi le Shell par défaut sur macOs.
  122.  
  123. alias tempcpu= ~/downloads/osx-cpu-temp-master/./osx-cpu-temp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement