(Shell|Scripts|Emacs)~minor edits
+psearch function to search pacman with less (I use this all the time, just makes it easier to do in one go) ~speed script to use a slightly larger file so user can get a better estimate of dl speed ~ada-mode slightly better comments
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
;; I feel ada-mode™ (the official one) tries to do too many things at
|
||||
;; once, so I want something that does the basics. Also want to take
|
||||
;; this opportunity to make a new mode and what facilities Emacs
|
||||
;; this opportunity to make a new mode and see what facilities Emacs
|
||||
;; provides for it.
|
||||
|
||||
;;; Code:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
wget -nv --show-progress -O /dev/null "https://git.aryadevchavali.com/?p=Text.git;a=blob_plain;f=PDFs/Racket.pdf;hb=HEAD"
|
||||
wget -nv --show-progress -O /dev/null "https://git.aryadevchavali.com/?p=Text.git;a=blob_plain;f=PDFs/Algorithms+2011.pdf;hb=HEAD"
|
||||
|
||||
@@ -27,6 +27,10 @@ ef () {
|
||||
sedit $(fzf)
|
||||
}
|
||||
|
||||
psearch () {
|
||||
pacman -Ss $1 | less
|
||||
}
|
||||
|
||||
### Git aliases
|
||||
alias gs="git status"
|
||||
alias gd="git diff"
|
||||
|
||||
Reference in New Issue
Block a user