This commit is contained in:
Till 2023-07-01 10:54:32 +02:00
parent 3c44560b1c
commit a330d605a4
11 changed files with 28 additions and 7 deletions

View file

@ -3,6 +3,7 @@
{
programs.fish = {
enable = true;
interactiveShellInit = "fish_add_path ${config.xdg.dataHome}/npm/packages/bin";
shellAliases = {
r = "R --no-save --no-restore";
R = "R --no-save --no-restore";
@ -31,6 +32,9 @@
openconnect = "openconnect --config=/home/till/.config/openconnect/config";
};
shellInit = ''
set -gx EDITOR "nvim"
set -gx VISUAL "nvim"
function fish_greeting; end
function startrloft --description 'Starts R with custom environment'