AX

Higepon Mona OS develop blog from Japan

Saturday, March 03, 2007

define alias on Eshell(Emacs Shell)

There are two ways.

One is using .eshell/alias.

alias ls "ls -la"


The other is writing in .emacs.

(add-to-list 'eshell-command-aliases-list (list "ls" "ls -la"))


You can get more information M-x info or see em-alias.el.

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home