diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-23 23:48:27 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-23 23:48:27 +0100 |
| commit | 275b74ab4f23e2ddf40c4d4bb411a00d116aee8c (patch) | |
| tree | 8f0d1a5acbeec67fe08b0a4b59e016657ee91a44 /.config/shell/profile | |
| parent | c9502c9c4b61c4cab7655c484ef7e577308343cf (diff) | |
added mpv scripts
Diffstat (limited to '.config/shell/profile')
| -rw-r--r-- | .config/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index da7ff8f..a774d0e 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -1,7 +1,7 @@ -umask 0077 +umask 0076 export _JAVA_AWT_WM_NONREPARENTING=1 -export EDITOR="emacsclient -t" +export EDITOR="nvim" export TERMINAL="st" export BROWSER="firefox" |
