29.05.2025
This commit is contained in:
parent
cefce84f5e
commit
ed137a15ff
28 changed files with 552 additions and 420 deletions
|
@ -59,7 +59,9 @@ alias gitu='git add . && git commit && git push'
|
|||
alias g=git
|
||||
alias share='wl-paste | curl -si -d @- https://nixshare.ru/paste/clipboard.txt | grep "location:" | sed -s "s/location: //" | wl-copy'
|
||||
alias p=python3
|
||||
alias t=todo.sh
|
||||
[[ ! -f `which exa` ]] || alias ls="exa" && alias ll="exa -l"
|
||||
compdef _todo t
|
||||
# }}}
|
||||
|
||||
# {{{ Functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue