alias
~/.bashrc
alias ll='ls -al --color=auto'
alias u='cd ..'
alias uu='cd ../..'
alias ls='ls --color=auto'
alias grep='grep --exclude-dir=.svn -I -i'
# make scrollbar / wheel scrolling work when running screen in gnome-terminal (or other)
if [ "$TERM" = "xterm" ]; then
export TERM=vt100
fi
Reference
この問題について(alias), 我々は、より多くの情報をここで見つけました https://velog.io/@iccid/aliasテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol