Skip to content

Commit

Permalink
new dots
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjoakim committed Sep 16, 2019
1 parent de46cc0 commit a5ae1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi
# }}}
complete -cf sudo

export EDITOR=kak
export EDITOR=vim

export PATH=$PATH:/home/$USER/bin/

Expand All @@ -144,6 +144,9 @@ alias texcleanup="rm --interactive --verbose *.aux *.log *.out"
alias cddrop="cd ~/Dropbox"
alias cddl="cd ~/Downloads"

#QS
alias ur="python3 ~/Dropbox/logs/ur.py"

#git
alias gl="git pull"
alias gp="git push"
Expand Down
1 change: 0 additions & 1 deletion .profile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
bash /home/$USER/.pseudoxinitrc

0 comments on commit a5ae1e6

Please sign in to comment.