Now this is starting to make a bit more sense
This commit is contained in:
parent
0d608b48c0
commit
73ac637ec1
@ -7,16 +7,16 @@
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
eval $(thefuck --alias)
|
||||
alias trans='rsync -Pve ssh'
|
||||
alias update='yay -Syu --noconfirm'
|
||||
alias inst='yay --noconfirm -S'
|
||||
alias burn='yay -Rns'
|
||||
alias ls='ls --color=auto'
|
||||
alias pacs='yay -Ss'
|
||||
alias svim='sudo -E vim'
|
||||
alias supd='yay --Syyuu'
|
||||
|
||||
alias mineserv="java -Xmx1024M -Xms1024M -jar minecraft_server.1.12.2.jar nogui"
|
||||
|
||||
|
||||
eval $(thefuck --alias)
|
||||
PATH=$PATH:~/scripts
|
||||
alias supd='sudo pacman -Syyuu'
|
||||
alias ncdu='ncdu --color dark'
|
||||
alias bigclock='watch -t -n 1 "date '+%D%n%I:%M:%S' | figlet -k"|lolcat'
|
||||
alias gitview='git log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"'
|
9
Arch/.vimrc
Normal file
9
Arch/.vimrc
Normal file
@ -0,0 +1,9 @@
|
||||
set nu
|
||||
set expandtab
|
||||
set autoindent
|
||||
set hlsearch
|
||||
set tabstop=4
|
||||
colo ron
|
||||
syntax on
|
||||
set shiftround
|
||||
|
Loading…
Reference in New Issue
Block a user