mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-01 10:47:24 +00:00
9 lines
179 B
Bash
Executable File
9 lines
179 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# shellcheck shell=bash
|
|
# vim: filetype=zsh
|
|
|
|
source "$DOTFILES/config/exports-shell"
|
|
source "$DOTFILES/config/exports-apps"
|
|
|
|
have nvim && export EDITOR="nvim"
|