about summary refs log tree commit diff stats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index a6b5980..dc56932 100644
--- a/.bashrc
+++ b/.bashrc
@@ -189,7 +189,8 @@ alias vidotclean="rm .*~"
 alias vibinclean="rm ~/bin/*~"
 alias trunc="colrm 80"
 
-alias pc="${HOME}/bin/pocket-cli.py"
+alias pc="pocket-cli.py"
+alias pp='pushbullet push "LGE Nexus 4" link "${1}" "${1}"'
 
 [ ! -x "$(command -v fetch)" -a  -x "$(command -v wget)"  ] && alias fetch="wget"
 [ -f /etc/debian_version ] && alias psearch="apt-cache search"