projects
/
dotfiles
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b9ff16
)
list running (un)privileged lxc containers
author
patrick nsukami
<ndkpatt@gmail.com>
Mon, 18 Jan 2016 23:11:19 +0000
(23:11 +0000)
committer
patrick nsukami
<ndkpatt@gmail.com>
Mon, 18 Jan 2016 23:11:19 +0000
(23:11 +0000)
.bash_aliases
patch
|
blob
|
history
diff --git
a/.bash_aliases
b/.bash_aliases
index
ab68d57
..
fc75186
100644
(file)
--- a/
.bash_aliases
+++ b/
.bash_aliases
@@
-1,5
+1,7
@@
#!/bin/sh
+alias my_list_lxc_containers="netstat -ax | egrep '@.*/lxc/.*/command$'"
+
alias rustc='rustc --color auto '
alias ruste='rustc --explain'
alias rusto='rustc --out-dir bin/'