From 85c84f65d51b38c1e37519b201f3ea3135128a7a Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Thu, 21 Apr 2022 22:26:57 -0400 Subject: [PATCH] bashrc --- config.scm | 6 ++++-- guix/.bashrc | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.scm b/config.scm index a3548b8..3a9cf7a 100644 --- a/config.scm +++ b/config.scm @@ -20,13 +20,15 @@ %base-user-accounts)) (packages (append - (map specification->package + (map specification->package '( "font-jetbrains-mono" "font-google-noto" "nitrogen" "picom" "sxiv" "zathura" "zathura-pdf-poppler" "ranger" "file" "git" "ncurses" "xrandr" "stow" "curl" "nss-certs" "icecat" "neovim" "kitty" - "i3-gaps" "i3status" "dmenu" "neofetch" "pfetch" )) + "i3-gaps" "i3status" "dmenu" "neofetch" "pfetch" + "nfs-utils" "scrot" + )) %base-packages)) (services (append diff --git a/guix/.bashrc b/guix/.bashrc index a15e586..7ab3e96 100644 --- a/guix/.bashrc +++ b/guix/.bashrc @@ -46,6 +46,8 @@ timeout 5s pfetch export TERM=alacritty export VISUAL=nvim +export PS1="\[\e[33;1m\][\u@\h] \W$ \[\e[0m\]" + resetcursor() { printf '\033]50;CursorShape=1\x7' }