May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Comfortable environment On Linux Shell

Comfortable environment On Linux Shell

After installing new Linux or Unix system I like to edit /etc/profile or $HOME/.bash_profile and add following lines:

alias vi=”vim -o”
alias ll=”ls -l”
alias la=”ls -la”
export EDITOR=vi
First line is to use vim instead of vi. Second and third lines will create two aliases for ls -l and ls -la commands. And forth line is to use vi always as system editor.

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>