diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-07 00:22:08 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2025-03-07 00:22:08 +0200 |
commit | 6e968354e4f9cad9f94b592e61a09b17a8e06210 (patch) | |
tree | df0f341fd9332b53a39aa72c4be17cdd0f7cd1c4 /zsh/aliases | |
parent | 40577b3f22f677c45525e7439f689a482eedbf69 (diff) |
Great new changes to X11, allacrity(just for testing), btop, nsxiv
(added key exec handler), nvim, tmux niceness, zathura configuration
massive zsh improvements. Overall a solid update, install script is
still dead tho. REGARDLESS:
Changes to be committed:
modified: X11/xinit
new file: alacritty/alacritty.toml
modified: btop/btop.conf
new file: nsxiv/exec/key-handler
modified: nvim/init.vim
new file: sxiv
modified: tmux/tmux.conf
modified: zathura/zathurarc
modified: zsh/aliases
modified: zsh/env
modified: zsh/zshrc
Diffstat (limited to 'zsh/aliases')
-rw-r--r-- | zsh/aliases | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/aliases b/zsh/aliases index a35005d..3fda239 100644 --- a/zsh/aliases +++ b/zsh/aliases @@ -61,12 +61,13 @@ alias vis='python $scriptdir/vis.py' # aesthetic alias filmelematrix='cmatrix -C red -a' -alias colorfetch='neofetch --block_range 0 15' +#alias colorfetch='neofetch --block_range 0 15' alias change-bg='feh --bg-fill --no-fehbg' alias clock='tty-clock -Dc -C 4' alias sens='watch -n 0.1 sensors' alias htopr='htop -C -U' alias sxiv='sxiv -bpqra' +alias nsxiv='sxiv -bpqra' # tools alias zathura='zathura 2>/dev/null' |