From 873e481ec4b512f4380bae1231c82215f0783f90 Mon Sep 17 00:00:00 2001 From: patrick nsukami Date: Wed, 16 Sep 2015 21:04:15 +0000 Subject: [PATCH] List files installed by package XXX. --- .bash_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bash_aliases b/.bash_aliases index 9e6dc87..d5b91fc 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,5 +1,7 @@ #!/bin/sh +alias my_list_files_installed_by="dpkg -L " + alias beroot="sudo -i" alias my_init_system="ps -p 1 -o command" alias my_share_tty='gotty tmux new -A -s go_tty bash' -- 2.17.1