nvbn/thefuck

Change way of interaction with shells

Open

#469 创建于 2016年2月29日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (96,953 star) (3,949 fork)batch import
help wanted

描述

I guess it would be nice to:

  • put shell aliases in environment variable (TF_SHELL_ALIASES) in alias and get it from there, instead of calling shell from app (done for bash and zsh);
  • move all writes to history to alias (done for bash and zsh).

It would speedup thefuck, and probably will fix #428, #422 and #402.

贡献者指南

Change way of interaction with shells · nvbn/thefuck#469 | Good First Issue