我将以下内容添加到我的.bash_profile
alias lr='ls -hartl'
alias q='grep -i'
alias get='curl -OL'
然后
source .bash_profile
别名按预期工作。
但是如果我关闭 shell 并再次打开它(Ctrl++ ) Alt,T我必须source .bash_profile
再次执行才能实施更改。
有没有办法让它永久生效,这样我就不必source .bash_profile
每次打开新 shell 时都这样做?
答案1
正如以下链接所指出的(由@Terrance 发布) https://www.stefaanlippens.net/bashrc_and_others/
答案是将信息添加.bashrc
到.bash_profile
答案2
您可以配置您的 gnome-terminal 配置文件以将新选项卡作为登录会话打开,以便重新读取 .bash_profile。