removal of hyfetch, and preferring to use a more customised fastfetch configuration
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -81,7 +81,6 @@ alias ip='ip -c'
|
||||
|
||||
# application aliases
|
||||
alias ncdu='ncdu --color=dark -t 16'
|
||||
alias hyfetch='hyfetch --ascii-file $XDG_CONFIG_HOME/hyfetch-ascii --config-file $XDG_CONFIG_HOME/hyfetch.json'
|
||||
alias bat='bat --wrap never --tabs 4 --theme gruvbox-dark'
|
||||
alias make='_make -j'
|
||||
|
||||
@@ -106,4 +105,4 @@ alias lls="ls -l"
|
||||
alias ll="ls -l"
|
||||
|
||||
# cute lil hyfetch :3
|
||||
[[ $TERM == "xterm-kitty" ]] && hyfetch
|
||||
[[ $TERM == "xterm-kitty" ]] && fastfetch
|
||||
|
||||
Reference in New Issue
Block a user