about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-11 18:28:03 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-11 18:28:03 +0100
commit589ed399e60ee2dd370fccfaa184b68f69107ada (patch)
tree2013baad1691145f1c0a4dcd543afddf6d209968
parenteec9c3782cd880dfbae771efbc4e7f8e49fafbc2 (diff)
downloaddotfiles-589ed399e60ee2dd370fccfaa184b68f69107ada.tar.gz
Whitespace fixes
-rw-r--r--nix-conf/home/zsh.nix16
1 files changed, 8 insertions, 8 deletions
diff --git a/nix-conf/home/zsh.nix b/nix-conf/home/zsh.nix
index 4e5c1aa..2f072a5 100644
--- a/nix-conf/home/zsh.nix
+++ b/nix-conf/home/zsh.nix
@@ -67,7 +67,7 @@
       glog = "git log --oneline --decorate --graph";
       gloga = "git log --oneline --decorate --graph --all";
     };
-         
+
     initExtra = ''
       # Taken from prezto tmux plugin
       if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" && -z "$INSIDE_EMACS" && -z "$SSH_TTY" ]]; then
@@ -87,7 +87,7 @@
         source ~/fzf-git/functions.sh
         source ~/fzf-git/key-binding.zsh
       fi
-      
+
       autopair-init
       enable-fzf-tab
       bindkey '^[[A' history-substring-search-up
@@ -105,7 +105,7 @@
       zstyle ''\':fzf-tab:complete:cd:*''\' fzf-preview ''\'exa -1 --color=always ''$realpath''\'
       # switch group using `,` and `.`
       zstyle ''\':fzf-tab:*''\' switch-group ''\',''\' ''\'.''\'
-      
+
       set -o noclobber append_history share_history
 
       function generate () { gopass generate -s -p $1 $((RANDOM % 14 + 45)) }
@@ -128,18 +128,18 @@
       }
       {
         name = "zsh-fast-syntax-highlighting";
-	src = zsh-fast-syntax-highlighting;
-	file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";
+        src = zsh-fast-syntax-highlighting;
+        file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";
       }
       {
         name = "zsh-powerlevel10k";
         src = zsh-powerlevel10k;
-	file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
+        file = "share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
       }
       {
         name = "zsh-history-substring-search";
-	src = zsh-history-substring-search;
-	file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh";
+        src = zsh-history-substring-search;
+        file = "share/zsh-history-substring-search/zsh-history-substring-search.zsh";
       }
       {
         name = "forgit";
'>176 177 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 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366