Правки nvim конфига
This commit is contained in:
parent
7e3d15704b
commit
e9a2f811b7
15 changed files with 313 additions and 166 deletions
|
@ -56,7 +56,7 @@ alias df="df -h"
|
|||
alias free="free -m"
|
||||
alias gitu='git add . && git commit && git push'
|
||||
alias g=git
|
||||
alias nsh='wl-paste | curl -d @- https://nixshare.ru/upload 2>/dev/null | wl-copy'
|
||||
alias share='wl-paste | curl -si -d @- https://nixshare.ru/paste/clipboard.txt | grep "location:" | sed -s "s/location: //" | wl-copy'
|
||||
alias p=python3
|
||||
[[ ! -f `which exa` ]] || alias ls="exa" && alias ll="exa -l"
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue