.profile, .local/bin: Move Neofetch alias into its own script

This commit is contained in:
Salt 2018-06-21 13:42:37 -05:00
parent f61ba8c761
commit 781b6dff6a
2 changed files with 1 additions and 7 deletions

@ -1 +1 @@
Subproject commit 8d919094d5a0e56d2fa252d50483b4ff0035777e
Subproject commit 67746ee2fe51855034bbb6fd2b1626b6d8b0158d

View File

@ -44,12 +44,6 @@ if [ `which lsblk` ]; then
alias lsblkf='lsblk -pf'
fi
# Add neofetch aliases if we have that
if [ `which neofetch` ]; then
alias fetch='neofetch --disable model resolution --block_range 0 15 --image wall --xoffset 4 --yoffset 4 --scrot ~/Pictures/Screenshots/neofetch.png'
alias fetch-up='neofetch --disable model resolution --block_range 0 15 --image wall --xoffset 4 --yoffset 4 --upload --image-host imgur'
fi
# If pacman exists, check for helpers and add aliases
if [ "`which pacman > /dev/null 2>&1`" ]; then
export pac_helper="pacaur"