Fix shellrc

wtf what's happened xD
This commit is contained in:
Wiktor Zykubek 2021-05-28 16:51:15 +02:00
parent 890f88297a
commit a23d85fd01

View File

@ -5,48 +5,48 @@ source "$HOME/.profile"
# Aliases # Aliases
alias \ alias \
v='nvim' \ v='nvim' \
vi='nvim' \ vi='nvim' \
vim='nvim' \ vim='nvim' \
suvi='sudo -E nvim' \ suvi='sudo -E nvim' \
vifm='vifmrun' vifm='vifmrun'
alias \ alias \
l='ls' \ l='ls' \
ll='ls -l' \ ll='ls -l' \
la='ls -a' \ la='ls -a' \
lal='ls -al' lal='ls -al'
alias \ alias \
owo='pacman' \ owo='pacman' \
sowo='sudo pacman' \ sowo='sudo pacman' \
yay='yay --editmenu --nodiffmenu --save' yay='yay --editmenu --nodiffmenu --save'
alias \ alias \
g='git' \ g='git' \
ga='git add' \ ga='git add' \
gc='git commit -S' \ gc='git commit -S' \
gp='git push' \ gp='git push' \
gpom='git push origin master --tags' \ gpom='git push origin master --tags' \
gch='git checkout' \ gch='git checkout' \
gl='git log' \ gl='git log' \
gpu='git pull' \ gpu='git pull' \
gs='git status' \ gs='git status' \
grm='git rm -f' \ grm='git rm -f' \
gi='git init' \ gi='git init' \
gd='git diff' \ gd='git diff' \
btw='git --git-dir=$HOME/dev/botfiles/ --work-tree=$HOME' \ btw='git --git-dir=$HOME/dev/botfiles/ --work-tree=$HOME' \
b='btw' \ b='btw' \
ba='btw add' \ ba='btw add' \
bc='btw commit -S' \ bc='btw commit -S' \
bp='btw push' \ bp='btw push' \
bpom='btw push origin master' \ bpom='btw push origin master' \
bch='btw checkout' \ bch='btw checkout' \
bl='btw log' \ bl='btw log' \
bpu='btw pull' \ bpu='btw pull' \
bs='btw status' \ bs='btw status' \
brm='btw rm -f' \ brm='btw rm -f' \
bi='btw init' \ bi='btw init' \
bd='btw diff' bd='btw diff'
alias lisc='policense -l ISC -s -e git' alias lisc='policense -l ISC -s -e git'
@ -60,12 +60,14 @@ alias \
cfg='cd ~/.config/' \ cfg='cd ~/.config/' \
crn='cd ~/.local/bin/cron' \ crn='cd ~/.local/bin/cron' \
cd..='cd ..' \ cd..='cd ..' \
,='cd ~' ,='cd ~'
alias \ alias \
copy='xclip -sel clip' \ copy='xclip -sel clip' \
rssu='vi ~/.config/newsboat/urls' \ rssu='vi ~/.config/newsboat/urls' \
df='df -x tmpfs -x devtmpfs' df='df -x tmpfs -x devtmpfs'
copy='xclip -sel clip' \
rssu='vi ~/.config/newsboat/urls'
# Commands Colors # Commands Colors
alias ls='ls --color=auto' \ alias ls='ls --color=auto' \