[SOLVED] Mksh Aliases in "$HOME/.profile"
by SilverBerryStalker from LinuxQuestions.org on (#5MC2X)
Hello,
I have set some aliases in my "$HOME/.profile":
Code:alias -x nv="nvim"
alias -x tmd="transmission-daemon"
alias -x tmr="transmission-remote"though when I login, I am required to manually source this file in order for the aliases to work. Though when these aliases are in "$HOME/.mkshrc", no additional intervention is required. How do I apply this behavior for the aliases in "$HOME/.profile"?
I have set some aliases in my "$HOME/.profile":
Code:alias -x nv="nvim"
alias -x tmd="transmission-daemon"
alias -x tmr="transmission-remote"though when I login, I am required to manually source this file in order for the aliases to work. Though when these aliases are in "$HOME/.mkshrc", no additional intervention is required. How do I apply this behavior for the aliases in "$HOME/.profile"?