Skip to content

Commit 17c6eec

Browse files
committed
bash aliases
1 parent 8102dc5 commit 17c6eec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bash_aliases

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ alias gcf='git config user.name "Frédéric ROLLAND" && git config user.email "f
2121

2222
alias upd='sudo apt-get update && sudo apt-get upgrade && sudo apt clean'
2323
alias updd='sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt clean'
24+
alias jp='sudo journalctl --vacuum-size 8M'
2425

2526
export GIT_ROOT=/home/${USER}/git
2627
export GIT_FRD=${GIT_ROOT}/FRD
@@ -37,4 +38,5 @@ if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
3738
fi
3839

3940
export HTTP_PROXY="http://localhost:3142"
41+
alias acng='docker exec -it apt-cacher-ng tail -f /var/log/apt-cacher-ng/apt-cacher.log'
4042

0 commit comments

Comments
 (0)