projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b537d3
)
List files installed by package XXX.
author
patrick nsukami
<ndkpatt@gmail.com>
Wed, 16 Sep 2015 21:04:15 +0000
(21:04 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Wed, 16 Sep 2015 21:04:15 +0000
(21:04 +0000)
.bash_aliases
patch
|
blob
|
history
diff --git
a/.bash_aliases
b/.bash_aliases
index
9e6dc87
..
d5b91fc
100644
(file)
--- 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'