.profile, .local/bin: Move Neofetch alias into its own script
This commit is contained in:
Submodule .local/bin updated: 8d919094d5...67746ee2fe
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"
|
||||||
|
Reference in New Issue
Block a user