From 781b6dff6a4244d414345e3b9eed73d9ceea3117 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 21 Jun 2018 13:42:37 -0500 Subject: [PATCH] .profile, .local/bin: Move Neofetch alias into its own script --- .local/bin | 2 +- .profile | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.local/bin b/.local/bin index 8d919094..67746ee2 160000 --- a/.local/bin +++ b/.local/bin @@ -1 +1 @@ -Subproject commit 8d919094d5a0e56d2fa252d50483b4ff0035777e +Subproject commit 67746ee2fe51855034bbb6fd2b1626b6d8b0158d diff --git a/.profile b/.profile index 3c1bddd3..77573fa0 100755 --- a/.profile +++ b/.profile @@ -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"