[MINOR] removed cat to bat function and addded r as remove package function
This commit is contained in:
parent
69f1cf7e82
commit
b0f8299536
1 changed files with 4 additions and 4 deletions
|
@ -20,10 +20,6 @@ function launch-term
|
|||
docker exec -it core xterm -bg black -fg white -fa 'DejaVu Sans Mono' -fs 16 -e vcmd -c /tmp/pycore.1/$argv -- sh -c "cd /rust-cc && /bin/bash"
|
||||
end
|
||||
|
||||
function cat
|
||||
bat $argv
|
||||
end
|
||||
|
||||
function core
|
||||
xhost +local:root
|
||||
sudo docker exec -it core core-gui
|
||||
|
@ -41,6 +37,10 @@ function u
|
|||
sudo pacman -Sy && sudo powerpill -Su
|
||||
end
|
||||
|
||||
function r
|
||||
sudo pacman -Rns $argv
|
||||
end
|
||||
|
||||
function mónade
|
||||
ghci $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue