Skip to content

givensuman/zsh-allclear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

zsh-allclear

As seen on Awesome!

A super tiny plugin (<10 LOC) that clears the terminal when you cd into $HOME. That's it.

Installing

To install this, just put source the plugin file in your ~/.zshrc

source /path/to/zsh-allclear.plugin.zsh

or, use your favorite plugin manager:

Oh-My-Zsh

Run the following command

git clone https://github.com/givensuman/zsh-allclear ${ZSH_CUSTOM:-~/.oh-my-zsh/custom/}/plugins

and add zsh-allclear to your plugin list in ~/.zshrc

plugins=(
  ...
  zsh-allclear
)

zplug

Add the following to your ~/.zshrc

zplug 'givensuman/zsh-allclear'

zinit

Add the following to your ~/.zshrc

zinit ice deptph "1"
zinit light givensuman/zsh-allclear

License

You know the drill, do whatever you want with this.

About

a zsh plugin that clears your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages