我的Debian别名
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我的Debian别名相关的知识,希望对你有一定的参考价值。
# Alias definitions. # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. #if [ -f ~/.bash_aliases ]; then # . ~/.bash_aliases #fi # enable color support of ls and also add handy aliases if [ "$TERM" != "dumb" ]; then eval "`dircolors -b`" alias ls='ls --color=auto' #alias dir='ls --color=auto --format=vertical' #alias vdir='ls --color=auto --format=long' fi # some more ls aliases alias ll='ls -l' alias la='ls -A' alias l='ls -CF' alias sud='sudo apt-get update' alias sug='sudo apt-get upgrade' alias last='last | less' alias rq='sudo repquota -s /home' # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi
以上是关于我的Debian别名的主要内容,如果未能解决你的问题,请参考以下文章
如何让 eslint 导入/首先了解我的 webpack 别名?