Skip to content

Commit

Permalink
🔨 Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben-Madelaine committed Feb 24, 2021
1 parent 4345879 commit 65bb32c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ alias h='history'
alias i='yes Y| sudo apt install'
#alias ii='yes Y| sudo apt install > /dev/null 2>&1 &'
alias ii='screen -d -m yes Y| sudo apt install'
alias uk='rsync -vrP --delete-after /home/ruben/workspace/git/keylinks/ root@keylinks.top:/var/www/keylinks'
alias uk='rsync -vrP --delete-after /home/ruben/workspace/git/keylinks/ root@keylinks.top:/var/www/keylinks > /dev/null 2>&1'
alias l='ls -CF'
alias la='ls -A'
alias d='redshift -PO 5500 > /dev/null 2>&1'
Expand Down Expand Up @@ -80,11 +78,13 @@ tmx () {
tmux -2 attach-session -d
}

alias u='yes Y| sudo apt update && sudo apt full-upgrade && sudo apt autoremove && sudo apt clean && sudo apt autoclean'
alias u='yes Y| sudo apt update && yes Y| sudo apt full-upgrade && yes Y| sudo apt autoremove && sudo apt clean && yes Y| sudo apt autoclean'
alias ui='yes Y| sudo apt purge'
alias uii='yes Y| sudo apt autoremove && sudo apt --purge autoremove && sudo apt clean && sudo apt autoclean'
alias ud='yes Y| sudo apt update'
alias ug='yes Y| sudo apt upgrade'
alias uk='rsync -vrP --delete-after /home/ruben/workspace/git/keylinks/ root@keylinks.top:/var/www/keylinks'
alias ku='rsync -vrP --delete-after /home/ruben/workspace/git/keylinks/ root@keylinks.top:/var/www/keylinks > /dev/null 2>&1'
alias vba='visualboyadvance-m'


Expand All @@ -99,8 +99,10 @@ alias gbb="git for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD)
alias gbbb="git for-each-ref --sort=-committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'"

alias gc='git commit -m'
alias gcamm='git commit --amend'
alias gcame='git commit --amend'
alias gcam='git commit --amend --no-edit'
alias gagcampf='git add . && git commit --amend --no-edit && git push -f'
alias gacampf='git add . && git commit --amend --no-edit && git push -f'
alias gamd='git commit --amend --no-edit'

alias gck="git checkout"
Expand Down
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ set timeoutlen=1000 ttimeoutlen=0

call plug#begin('~/.vim/plugged')
Plug 'preservim/NERDTree'
Plug 'iamcco/markdown-preview.vim'
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
Plug 'itchyny/landscape.vim'
Expand Down

0 comments on commit 65bb32c

Please sign in to comment.