Set bash prompt
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
6ddbc9eb9c
commit
219ffc2ed1
3 changed files with 13 additions and 34 deletions
7
.aliases
7
.aliases
|
@ -1,8 +1,9 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Author: Severin Kaderli <severin.kaderli@gmail.com>
|
||||
# Update apt packages, npm modules and composer
|
||||
alias update="sudo apt-get update; sudo apt-get dist-upgrade -y; sudo npm update -g; composer self-update"
|
||||
|
||||
# Shortcut for clear because I often type the DOS command instead
|
||||
alias cls="clear"
|
||||
|
||||
# Some aliases for ls
|
||||
alias ls="ls -l --color=auto"
|
||||
alias ll="ls -al"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue