On 26Oct2017 12:57, George N. White III <gnwiii@xxxxxxxxx> wrote:
On fedora 26 server, /etc/skel/.bashrc is: # .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi # Uncomment the following line if you don't like systemctl's auto-paging feature: # export SYSTEMD_PAGER= # User specific aliases and functions I take the last line as a hint that users should add stuff to the end of the file. If I put alias ls="ls -lh" after the last line, it is respected in new shells.
The hint could be better. While it might seem obvious, saying the "User specific aliases and functions should go below this line" might be an improvement.
I'm presuming the OP put their stuff up the top. Cheers, Cameron Simpson <cs@xxxxxxxxxx> (formerly cs@xxxxxxxxxx) _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx