Compare commits

..

No commits in common. "23a667059745f4444b58527c67cc9ecc514dc907" and "8ad6d2db0adb3968ce4cc55760325a1ed0ff0832" have entirely different histories.

5 changed files with 0 additions and 17 deletions

View File

@ -14,7 +14,6 @@
git-annex
git-annex-remote-rclone
qrencode
parallel
libwebp
bat
] ++ (import ../system/home-manager.nix).extraPackages pkgs;

View File

@ -84,15 +84,6 @@ pkgs: {
echo -n (set_color --bold red) (pwd) (set_color normal)
end
function __venv
function __prompt_name
cat $VIRTUAL_ENV/pyvenv.cfg | head -n4 | tail -n 1 | cut -b 11- | head -c -2
end
if [ $VIRTUAL_ENV ]
echo -n (set_color white) '['(__prompt_name)']' (set_color normal)
end
end
function _git_branch_name
echo (command git symbolic-ref HEAD 2> /dev/null | sed -e 's|^refs/heads/||')
end
@ -126,7 +117,6 @@ pkgs: {
echo -n (set_color white)""(set_color normal)
__user_host
__current_path
__venv
__git_status
echo -e '''
echo (set_color white)""(set_color --bold white)"\$ "(set_color normal)

View File

@ -3,9 +3,6 @@ pkgs: {
font.name = "Comic Mono";
font.package = pkgs.comic-mono;
font.size = 13;
environment = {
VIRTUAL_ENV_DISABLE_PROMPT = "true";
};
settings = {
hide_window_decorations = true;
tab_bar_style = "powerline";

View File

@ -8,8 +8,6 @@ require'colorizer'.setup()
require('hop').setup()
require('nvim-surround').setup()
require'nvim-treesitter.configs'.setup {
highlight = {
enable = true, -- false will disable the whole extension

View File

@ -4,7 +4,6 @@ let paths = [
"**/Cache/"
"**/dist/" # npm build directory
"**/node_modules/"
"**/__pycache__/"
"/home/ember/.cabal/"
"/home/ember/.cache/"
"/home/ember/.conan/"