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