moved arch specific aliases to external file

This commit is contained in:
2015-08-02 10:48:42 -06:00
parent d4842b4434
commit 85a9742482
+4 -6
View File
@@ -16,11 +16,9 @@ fi
#source /etc/profile.d/bash-completion.sh #source /etc/profile.d/bash-completion.sh
source ~/todo.txt-cli/todo_completion source ~/todo.txt-cli/todo_completion
source ~/bin/npm_completion source ~/bin/npm_completion
#pacman aliases #bring in aliases for arch
alias pacman='sudo pacman' source ~/.dotfiles/archalias.bash
alias pacupg='pacman -Syu' #alias
alias pacins='pacman -U'
#
alias t='clear && $HOME/Dropbox/todo/todo.sh -d $HOME/Dropbox/todo/todo.cfg' alias t='clear && $HOME/Dropbox/todo/todo.sh -d $HOME/Dropbox/todo/todo.cfg'
alias nano='nano -w' alias nano='nano -w'
alias ls='ls --color=auto' alias ls='ls --color=auto'
@@ -36,7 +34,7 @@ export LIBVA_DRIVER_NAME=vdpau
export BROWSER=firefox-developer export BROWSER=firefox-developer
#create cache-dir for chrome #create cache-dir for chrome
mkdir -p /tmp/ewpt3ch-cache mkdir -p /tmp/ewpt3ch-cache
eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519) eval $(keychain --eval --agents ssh -Q --quiet ~/.ssh/id_ed25519)
#Check if dropbox is running #Check if dropbox is running
if dropbox.py running ; then if dropbox.py running ; then
#start dropbox #start dropbox