Hey guys,
So I wrote my own script to change wallpapers based on time, as well as do a few other things, and I created an alias in .profile
, but every time I restart the computer I need to source .profile
in order for the alias to work. What gives? I was under the impression this would happen automatically.
Other parts in .profile
don't seem to be affected, such as enabling true color in micro
, etc.
This is what I have added to my .profile
regarding the alias:
alias wallpaper='bash ~/.scripts/wallpaper'