diesdas
This commit is contained in:
parent
3c44560b1c
commit
a330d605a4
11 changed files with 28 additions and 7 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue