dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 9ec84e260727b5f4f00e4992d6bf9755917c4c97
parent 0a6586980deb24ae9a1acccdede0dcebe8cfd1f5
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 12 Sep 2019 09:10:17 +0200

Make variable definitions POSIX compatible

Diffstat:
M.profile | 17++---------------
1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/.profile b/.profile @@ -14,21 +14,8 @@ export GPG_TTY [ -f ~/.secret_env_vars ] && . ~/.secret_env_vars export PATH="$HOME/.local/bin:/usr/local/bin:$PATH" -NNN_BMS="a:$HOME/articles" -NNN_BMS+=";b:$HOME/books" -NNN_BMS+=";c:$HOME/code" -NNN_BMS+=";d:$HOME/doc" -NNN_BMS+=";g:$HOME/articles/glaciology_sedimentology" -NNN_BMS+=";m:/mnt" -NNN_BMS+=";s:$HOME/uni/postdoc/stanford-sigma" -NNN_BMS+=";t:$HOME/tmp" -NNN_BMS+=";u:$HOME/uni" -NNN_BMS+=";v:$HOME/videos" -NNN_PLUG="o:fzf-open" -NNN_PLUG+=";e:fzf-edit" -NNN_PLUG+=";u:upload" -NNN_PLUG+=";m:movie-info" -NNN_PLUG+=";c:copy-selection-to-clipboard" +NNN_BMS="a:$HOME/articles;b:$HOME/books;c:$HOME/code;d:$HOME/doc;g:$HOME/articles/glaciology_sedimentology;m:/mnt;s:$HOME/uni/postdoc/stanford-sigma;t:$HOME/tmp;u:$HOME/uni;v:$HOME/videos" +NNN_PLUG="o:fzf-open;e:fzf-edit;u:upload;m:movie-info;c:copy-selection-to-clipboard" export NNN_BMS # bookmarks (max 10) export NNN_PLUG # x-key binds (max 10) export NNN_USE_EDITOR=1 # always open text files in $EDITOR