diff options
author | David Runge <david.runge@frqrec.com> | 2013-11-05 22:19:29 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-11-05 22:19:29 +0100 |
commit | 4ab06204c651890facf2ed62a739283993b1a0f0 (patch) | |
tree | 3f1b9dfadb149d9e9455e7df5756999d534555ae | |
parent | ca390233e2bc8cb6a390fc28f3047c5d59eb9cd7 (diff) | |
download | dotfiles-4ab06204c651890facf2ed62a739283993b1a0f0.tar.gz dotfiles-4ab06204c651890facf2ed62a739283993b1a0f0.tar.bz2 dotfiles-4ab06204c651890facf2ed62a739283993b1a0f0.tar.xz dotfiles-4ab06204c651890facf2ed62a739283993b1a0f0.zip |
Added checkip and minor fixes
-rw-r--r-- | .zsh.after/aliases.zsh | 2 | ||||
-rwxr-xr-x | bin/checkip | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh index 6598edb..8e5d849 100644 --- a/.zsh.after/aliases.zsh +++ b/.zsh.after/aliases.zsh @@ -105,7 +105,7 @@ alias yadb='yaourt -B $HOME/Dropbox/sync/archlinux' # Backs up the ya -[ -e ~/Dropbox/sync/archlinux ] && source ~/Dropbox/sync/archlinux/handies.bashrc && source ~/Dropbox/sync/archlinux/color.bashrc && source ~/Dropbox/sync/archlinux/pacman.bashrc && source ~/Dropbox/sync/archlinux/systemd.bashrc +#[ -e ~/Dropbox/sync/archlinux ] && source ~/Dropbox/sync/archlinux/handies.bashrc && source ~/Dropbox/sync/archlinux/color.bashrc && source ~/Dropbox/sync/archlinux/pacman.bashrc && source ~/Dropbox/sync/archlinux/systemd.bashrc alias cpx="xclip -selection clipboard" diff --git a/bin/checkip b/bin/checkip new file mode 100755 index 0000000..f7f2f4c --- /dev/null +++ b/bin/checkip @@ -0,0 +1,3 @@ +#!/bin/bash +ip=`curl -s http://checkip.dyndns.org | sed 's/[a-zA-Z/<> :]//g'` +echo "$ip" |