.profile, .local/bin: Move Neofetch alias into its own script
This commit is contained in:
parent
f61ba8c761
commit
781b6dff6a
@ -1 +1 @@
|
|||||||
Subproject commit 8d919094d5a0e56d2fa252d50483b4ff0035777e
|
Subproject commit 67746ee2fe51855034bbb6fd2b1626b6d8b0158d
|
6
.profile
6
.profile
@ -44,12 +44,6 @@ if [ `which lsblk` ]; then
|
|||||||
alias lsblkf='lsblk -pf'
|
alias lsblkf='lsblk -pf'
|
||||||
fi
|
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 pacman exists, check for helpers and add aliases
|
||||||
if [ "`which pacman > /dev/null 2>&1`" ]; then
|
if [ "`which pacman > /dev/null 2>&1`" ]; then
|
||||||
export pac_helper="pacaur"
|
export pac_helper="pacaur"
|
||||||
|
Loading…
Reference in New Issue
Block a user