Wednesday, December 24, 2014

Macbook Pro setup
===========================

Configure Keyboard
———————————————————————

Download the Fr-Ca
Copy:
cf.icns and cf.keylayout
To:
/Library/Keyboard
In the .profile:
# .profile
bash

In the ".bashrc" file, you can add...

To add the time/date in the history:
HISTTIMEFORMAT="%d/%m/%y %T "

Shortcut for "ls -l":
alias ll='ls -l'

Modify the prompt:
export PS1="\n\u@\h \w\n$ "

Add magic to the space !cmd ...

bind Space:magic-space

No comments:

Post a Comment