User Tools

Site Tools


software:osx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:osx [2022/01/12 16:03] vektratsoftware:osx [2023/12/19 09:01] (current) – [vim colouring] vektrat
Line 1: Line 1:
 ======= OS X ====== ======= OS X ======
 +===== vim colouring =====
 +''.vimrc''
 +<code bash>
 +syntax on
 +</code>
 +
 ===== Prompt ===== ===== Prompt =====
-// Colored terminal (folders, etc)+''.zshrc''
 <code bash> <code bash>
 +# Colored terminal (folders, etc)
 export CLICOLOR=1 export CLICOLOR=1
 export LSCOLORS=ExFxCxDxBxegedabagacad export LSCOLORS=ExFxCxDxBxegedabagacad
Line 11: Line 18:
 # Bash prompt # Bash prompt
 PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
 +</code>
 +
 +<code bash>
 +# zsh prompt (OSX)
 +PROMPT='%B%F{green}%n@%m%f%b:%B%F{blue}%~%f%b$ '
 </code> </code>
  
software/osx.1642003432.txt.gz · Last modified: by vektrat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki