Added aliases in bashrc; Added UTF-8 encoding in vimrc

This commit is contained in:
Marco Thomas
2019-11-14 15:56:25 +01:00
parent 1b93871d44
commit 32d90f1e23
2 changed files with 14 additions and 1 deletions

View File

@@ -5,7 +5,18 @@ export PS1="\[\033[0;32m\]\u\[\033[m\]@\h: \[\033[1;34m\]\w\[\033[m\] \n> "
LS_COLORS=$LS_COLORS:'di=1;32:'
export LS_COLORS
alias dotdrop='~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml'
# dotfile management
alias dotdrop="~/dotfiles/dotdrop.sh --cfg=~/dotfiles/config.yaml"
# general shorcuts
alias ..="cd .."
alias ll="ls -l"
# git shotcuts
alias ga="git add"
alias gs="git show"
alias gl="git log"
alias gd="git diff"
# Source global definitions
if [ -f /etc/bashrc ]; then

View File

@@ -25,6 +25,8 @@ set colorcolumn=80
" mouse behavior
set mouse=a
set mouse=c
" encoding
set encoding=utf-8
" INDENTS