Overview
Comment: | zshrc: Add aliases for fossil |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1462a28b63a0624ec855ac6785967b94 |
User & Date: | js 2020-05-23 14:55:53 |
Context
2020-05-23
| ||
15:00 | zshrc: Show the fossil branch check-in: 8e842107cf user: js tags: trunk | |
14:55 | zshrc: Add aliases for fossil check-in: 1462a28b63 user: js tags: trunk | |
2020-05-21
| ||
16:03 | tmux: Keep current directory on c/"/% check-in: 9ad2395279 user: js tags: trunk | |
Changes
Changes to zshrc.
︙ | |||
178 179 180 181 182 183 184 | 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | - + + + + + + + + + + - + - - + + | [ "$EDITOR" = vim ] && alias vi=vim which gpg2 &>/dev/null && alias gpg=gpg2 make() { case "$PWD" in # pkgsrc needs bmake and does not like MAKEFLAGS including -j. |