From 8cd528b73efe0b08f7f819aaca4482ca6413429e Mon Sep 17 00:00:00 2001 From: TuDatTr Date: Thu, 21 Dec 2017 00:30:30 +0100 Subject: [PATCH] log files no longer automatically added to git, cleaned up .zshrc and added .local/bin to PATHS --- .gitignore | 3 ++- .zshrc | 13 ++----------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 1b7f6df..6cfc0c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ -\#*\# \ No newline at end of file +\#*\# +*.log \ No newline at end of file diff --git a/.zshrc b/.zshrc index 809fd20..8878c30 100644 --- a/.zshrc +++ b/.zshrc @@ -30,20 +30,11 @@ source $ZSH/oh-my-zsh.sh # User configuration POWERLEVEL9K_MODE='awesome-patched' -export TERM="xterm-256color" +# export TERM="xterm-256color" in case you are using urxvt, to bypass an error during sshing +PATH=$PATH:~/.local/bin -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi -# Compilation flags -# export ARCHFLAGS="-arch x86_64" -# ssh -# export SSH_KEY_PATH="~/.ssh/rsa_id" # User alias alias df="df -h"