Update fish functions and readme

This commit is contained in:
Hedy Li 2020-12-25 05:49:37 +00:00
parent 511ff6e761
commit f8d2af1435
3 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,2 @@
function fish_greeting
echo lol
end

View File

@ -1,4 +1,7 @@
# Defined in - @ line 1
function rm --wraps=trash --description 'alias rm=trash'
trash $argv;
if which trash
trash $argv;
else
/usr/bin/rm $argv;
end
end

View File

@ -1,2 +1,18 @@
# dotfiles
Welcome, these are for Ubuntu/Debian and WSL
### Notes for setup
**Python**
- git fame
- termdown
- pyjokes
**Shell/Misc**
- exa
- qalc (apt)
- trash-cli
### Todo
- [ ] Add links for above
- [ ] Write copy/sync scripts