log files no longer automatically added to git, cleaned up .zshrc and added .local/bin to PATHS

clean_emacs
TuDatTr 2017-12-21 00:30:30 +01:00
parent 2a2763a0ba
commit 8cd528b73e
2 changed files with 4 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*~ *~
\#*\# \#*\#
*.log

13
.zshrc
View File

@ -30,20 +30,11 @@ source $ZSH/oh-my-zsh.sh
# User configuration # User configuration
POWERLEVEL9K_MODE='awesome-patched' 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 # User alias
alias df="df -h" alias df="df -h"