aboutsummaryrefslogtreecommitdiffhomepage
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-rw-r--r--alias3
1 files changed, 2 insertions, 1 deletions
diff --git a/alias b/alias
index 280a748..e1c8cda 100644
--- a/alias
+++ b/alias
@@ -32,6 +32,7 @@ alias g='gist'
32alias gl='gist last' 32alias gl='gist last'
33 33
34# shell 34# shell
35alias s='sudo'
35alias path="echo $PATH" 36alias path="echo $PATH"
36alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd" 37alias fd="echo /proc/$$/fd; ls -l /proc/$$/fd"
37alias src="source $HOME/.$(basename $SHELL)rc" 38alias src="source $HOME/.$(basename $SHELL)rc"
@@ -250,7 +251,7 @@ alias xc='xsel -ob | gcc -xc -'
250 251
251# image 252# image
252image_vertical() { 253image_vertical() {
253 convert "$@" -append output.png 254 convert "$@" -append output.png
254} 255}
255image_horizontal() { 256image_horizontal() {
256 convert "$@" +append output.png 257 convert "$@" +append output.png