Compare commits
2 commits
518967fe0a
...
bdeb7f2c9c
Author | SHA1 | Date | |
---|---|---|---|
bdeb7f2c9c | |||
c4f8abe7d8 |
1 changed files with 6 additions and 2 deletions
8
aliasrc
8
aliasrc
|
@ -73,10 +73,14 @@ alias \
|
|||
v="$EDITOR" \
|
||||
e="$EDITOR" \
|
||||
z="zathura" \
|
||||
syu="pacman -Syu" \
|
||||
n="nnn"
|
||||
n="nnn" \
|
||||
g="git" \
|
||||
l="ls --color=auto"
|
||||
|
||||
alias \
|
||||
info="info --vi-keys"
|
||||
|
||||
alias \
|
||||
here="basename $(pwd)"
|
||||
|
||||
[ -f $XDG_CONFIG_HOME/extrarc ] && . $XDG_CONFIG_HOME/extrarc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue