Page MenuHomec4science

90_aliases.sh
No OneTemporary

File Metadata

Created
Tue, Sep 17, 06:40

90_aliases.sh

#!/bin/bash
# Aliases
alias 'll=ls -l --color=auto --group-directories-first'
alias 'l=ll -a'
# Set python3 as the default python
alias 'python=python3'
# EOF

Event Timeline