ignore that, and aliases/fix
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
c6f0356a2c541b18e77e08aee36244dd0484c66c- Parents
-
a1b7eeb - Tree
b274b58
c6f0356
c6f0356a2c541b18e77e08aee36244dd0484c66ca1b7eeb
b274b58| Status | File | + | - |
|---|---|---|---|
| A |
.gitignore
|
1 | 0 |
| M |
shtick/config.toml
|
6 | 10 |
.gitignoreadded@@ -0,0 +1,1 @@ | ||
| 1 | +.DS_Store | |
shtick/config.tomlmodified@@ -1,3 +1,4 @@ | ||
| 1 | +[persistent] | |
| 1 | 2 | [persistent.aliases] |
| 2 | 3 | c = "clear" |
| 3 | 4 | gad = "git add" |
@@ -30,17 +31,14 @@ gaddall = "git add --all" | ||
| 30 | 31 | GPUTT = "git push origin trunk" |
| 31 | 32 | gosome = "cd ~/Documents/GithubOrgs/zeroed-some" |
| 32 | 33 | gs = "git status" |
| 34 | +bob = "slob" | |
| 35 | +blorb = "echo gyorb" | |
| 33 | 36 | |
| 34 | 37 | [persistent.env_vars] |
| 35 | -PAGER = "less" | |
| 36 | -EDITOR = "micro" | |
| 37 | -BROWSER = "firefox" | |
| 38 | -HISTSIZE = "10000" | |
| 39 | 38 | |
| 40 | 39 | [persistent.functions] |
| 41 | -mkcd = "mkdir -p \"$1\" && cd \"$1\"" | |
| 42 | -backup = "cp \"$1\" \"$1.backup.$(date +%Y%m%d_%H%M%S)\"" | |
| 43 | 40 | |
| 41 | +[dev] | |
| 44 | 42 | [dev.aliases] |
| 45 | 43 | mk = "make" |
| 46 | 44 | mka = "make all" |
@@ -59,17 +57,15 @@ pyserve = "python3 -m http.server 8000" | ||
| 59 | 57 | brewup = "brew update && brew upgrade && brew cleanup" |
| 60 | 58 | |
| 61 | 59 | [dev.env_vars] |
| 62 | -JOM = "terry" | |
| 63 | 60 | |
| 64 | 61 | [dev.functions] |
| 65 | -newproject = "mkdir -p \"$HOME/projects/$1\" && cd \"$HOME/projects/$1\" && git init" | |
| 66 | 62 | |
| 63 | +[personal] | |
| 67 | 64 | [personal.aliases] |
| 68 | 65 | myip = "curl ifconfig.me" |
| 69 | 66 | go = "cd /" |
| 70 | 67 | |
| 71 | 68 | [personal.env_vars] |
| 72 | -TOM = "JERRY" | |
| 73 | 69 | |
| 74 | 70 | [personal.functions] |
| 75 | -note = "echo \"$(date): $*\" >> $HOME/notes.txt" | |
| 71 | + | |