add alias fish shell
# Define alias in shell
alias rmi "rm -i"
# Define alias in config file
alias rmi="rm -i"
# This is equivalent to entering the following function:
function rmi
rm -i $argv
end
# Then, to save it across terminal sessions:
funcsave rmi
Also in Shell:
- linux delete appledouble files
- pip3 install from git
- batch delete folder
- remove .svn recursively linux
- show all processes linux
- bash get first argument
- how to add images to git readme
- Add line break to 'git commit -m' from the command line
- shell file in linux
- laravel make migration
- react-devtools agent got no connection
- remove file from stage git
- create cat document ubuntu
- apt remove ppa
- bash send to dev null
- gulp-tar
- fatal: invalid gitfile format
- install expo
- lstinputlisting line range
- how to change dotnet version
- check disk space linux
- crontab only working days
- serve current directory from command line
- fatal: 'heroku' does not appear to be a git repository