diff options
author | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:44:11 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:44:11 -0500 |
commit | 8fdcd343f3ef6e49891ed915ad031b830ee0ef82 (patch) | |
tree | 4d3869f7250742b9585d69c4aade50988b1c171d /.zshrc | |
parent | add dbus files (diff) | |
download | dotfiles-arch-8fdcd343f3ef6e49891ed915ad031b830ee0ef82.tar.gz dotfiles-arch-8fdcd343f3ef6e49891ed915ad031b830ee0ef82.tar.bz2 dotfiles-arch-8fdcd343f3ef6e49891ed915ad031b830ee0ef82.zip |
mode waybar to bar config, add aliases
Diffstat (limited to '')
-rw-r--r-- | .zshrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -30,6 +30,11 @@ alias neo="pfetch" alias rf="rm -fr" # remove le french hon hon hon alias config="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME" alias ls="ls --color=auto" +alias ip="ip --color=auto" +alias grep="grep --color=auto" +alias diff="diff --color=auto" +alias ccat="highlight --out-format=ansi" + alias config="/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME" @@ -45,6 +50,9 @@ man() { man "$@" } +# exit bad +[ $NOEXIT ] && alias exit="echo Exiting is disabled" + # Enable zsh auto suggestions autoload compinit && compinit source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh |