tenseleyflow/ndotfiles / c6f0356

Browse files

ignore that, and aliases/fix

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
c6f0356a2c541b18e77e08aee36244dd0484c66c
Parents
a1b7eeb
Tree
b274b58

2 changed files

StatusFile+-
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]
12
 [persistent.aliases]
23
 c = "clear"
34
 gad = "git add"
@@ -30,17 +31,14 @@ gaddall = "git add --all"
3031
 GPUTT = "git push origin trunk"
3132
 gosome = "cd ~/Documents/GithubOrgs/zeroed-some"
3233
 gs = "git status"
34
+bob = "slob"
35
+blorb = "echo gyorb"
3336
 
3437
 [persistent.env_vars]
35
-PAGER = "less"
36
-EDITOR = "micro"
37
-BROWSER = "firefox"
38
-HISTSIZE = "10000"
3938
 
4039
 [persistent.functions]
41
-mkcd = "mkdir -p \"$1\" && cd \"$1\""
42
-backup = "cp \"$1\" \"$1.backup.$(date +%Y%m%d_%H%M%S)\""
4340
 
41
+[dev]
4442
 [dev.aliases]
4543
 mk = "make"
4644
 mka = "make all"
@@ -59,17 +57,15 @@ pyserve = "python3 -m http.server 8000"
5957
 brewup = "brew update && brew upgrade && brew cleanup"
6058
 
6159
 [dev.env_vars]
62
-JOM = "terry"
6360
 
6461
 [dev.functions]
65
-newproject = "mkdir -p \"$HOME/projects/$1\" && cd \"$HOME/projects/$1\" && git init"
6662
 
63
+[personal]
6764
 [personal.aliases]
6865
 myip = "curl ifconfig.me"
6966
 go = "cd /"
7067
 
7168
 [personal.env_vars]
72
-TOM = "JERRY"
7369
 
7470
 [personal.functions]
75
-note = "echo \"$(date): $*\" >> $HOME/notes.txt"
71
+