Moving dotfiles to independent directory

This commit is contained in:
2019-12-22 21:59:22 -05:00
parent 329aa603df
commit 46b4a3f945
2 changed files with 36 additions and 0 deletions

View File

@ -1,28 +0,0 @@
HISTFILE=~/.zsh_history
HISTSIZE=99999999
SAVEHIST=99999999
setopt appendhistory autocd extendedglob nomatch notify
unsetopt beep
bindkey -e
zstyle :compinstall filename '~/.zshrc'
autoload -Uz compinit
compinit
# Text Editor
alias emacs='emacs -nw'
alias e='emacs -nw'
# Other
alias i='sudo dnf install'
alias d='sudo dnf'
# Git
alias c='git commit -m'
alias a='git add'
alias s='git status'
alias g='git'
alias p='git pull'
alias gp='git push'
export TERM=xterm