未验证 提交 2a41e70e 编写于 作者: A Alvin Baptiste 提交者: GitHub

aliases/general: Add fix_term alias to reset the terminal (#153)

- This alias resets the terminal in cases where `stty sane` and
  reset may not work.
Authored-by: NAlvin <alvin@thedarkside.local>
上级 fdd28c81
......@@ -26,5 +26,6 @@ alias c='clear' # c: Clear terminal displ
alias path='echo -e ${PATH//:/\\n}' # path: Echo all executable Paths
alias show_options='shopt' # Show_options: display bash options settings
alias fix_stty='stty sane' # fix_stty: Restore terminal settings when screwed up
alias fix_term='echo -e "\033c"' # fix_term: Reset the conosle. Similar to the reset command
alias cic='set completion-ignore-case On' # cic: Make tab-completion case-insensitive
alias src='source ~/.bashrc' # src: Reload .bashrc file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册