Compare commits
No commits in common. "02b052d1474d07569c226134762bb83b092228c0" and "7fe9b3fda1635d729ab4da641f99f777f76b0e85" have entirely different histories.
02b052d147
...
7fe9b3fda1
3
.gitignore
vendored
3
.gitignore
vendored
@ -3,5 +3,4 @@ deluge_conf
|
||||
bin/
|
||||
code/
|
||||
nuscripts
|
||||
nuscripts/*
|
||||
.vmodules/
|
||||
nuscripts/*
|
@ -6,7 +6,5 @@ clear
|
||||
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
export PATH=${BASE}/bin:${BASE}/v:${PATH}
|
||||
|
||||
export VMODULES=${BASE}/.vmodules
|
||||
|
||||
cd ${BASE}
|
||||
bash
|
@ -6,10 +6,10 @@ in
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
git
|
||||
nushellFull
|
||||
nushell
|
||||
mc
|
||||
jq
|
||||
|
||||
# vscode-with-extensions
|
||||
# libtorrent-rasterbar
|
||||
# python311Packages.libtorrent-rasterbar
|
||||
python311Full
|
||||
@ -19,10 +19,6 @@ pkgs.mkShell {
|
||||
rsync
|
||||
rustc
|
||||
go
|
||||
duf
|
||||
gdu
|
||||
vscode-with-extensions
|
||||
vscode-extensions.thenuprojectcontributors.vscode-nushell-lang
|
||||
|
||||
];
|
||||
# shellHook = ''
|
||||
|
Loading…
Reference in New Issue
Block a user