Show/Hide Hidden Files
Toggle hidden files in Finder: shift + cmd + .
Related tutorial: http://krypted.com/mac-os-x/mavericks-show-hidden-files/
Toggle hidden files in Finder: shift + cmd + .
Related tutorial: http://krypted.com/mac-os-x/mavericks-show-hidden-files/
| conky.config ={ | |
| -- CONKY SETTINGS | |
| background = true, | |
| update_interval = 1, | |
| total_run_times = 0, | |
| cpu_avg_samples = 2, | |
| net_avg_samples = 2, | |
| override_utf8_locale = true, |
| # Add timestamp to PROMPT | |
| local ret_status="%(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )" | |
| PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' | |
| RPROMPT="[%D{%y/%m/%f}|%*]" |