概述
修改 ~/.bashrc 文件,以配置用户自己定义的alias
$> vi ~/.bashrc
显示
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin export PATH
在文件最后,添加自定义的alias语句
echo "My alias has started successfully!" echo "Type 'alias' to see more about this!" # my alias la='ls -al --color=auto' # my-end
这次更改需要在下次登录时生效。
若要立即生效,输入:
$> source ~/.bashrc
最后
以上就是愉快台灯为你收集整理的Linux用户alias文件配置方法的全部内容,希望文章能够帮你解决Linux用户alias文件配置方法所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复