gpt4 book ai didi

emacs - 我想在eshell中用 `ls`替换 `ls -l`

转载 作者:行者123 更新时间:2023-12-04 05:58:37 25 4
gpt4 key购买 nike

我使用 eshell-parse-command 'ls -l' 得到了这个:

(progn (eshell-trap-errors
(eshell-named-command "ls" (list "-l"))))

然后我在我的 .emacs 文件中写了一个别名:

(defalias 'ls
(progn ...))

但是我没有工作。我不知道为什么。

最佳答案

将以下代码添加到您的配置文件中。

(require 'em-alias)
(add-to-list 'eshell-command-aliases-list (list "ls" "ls -l"))

关于emacs - 我想在eshell中用 `ls`替换 `ls -l`,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9206506/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com