Sunday, 10. Sep 2006
This is what I need to do to get a comfortable working environment in bash/terminal for OSX:
Get and install Fink
System Preferences > Sharing > Computer Name: __
Terminal > Window Settings > Keyboard
Delete key sends backspace
Page Down = \033[6~
Page Up = \033[5~
Home = \033[H
End = \033[F
vi ~/bash_profile
alias ll='ls -Glh'
export editor=vi
[…]
sudo apt-get install svn-client
I also mapped shift+pageing [...]
Read more...
Sent at:
14:54
.
Author:
Borgar .