Browse Source

bashrc

master
Juni Kim 3 years ago
parent
commit
85c84f65d5
  1. 4
      config.scm
  2. 2
      guix/.bashrc

4
config.scm

@ -26,7 +26,9 @@
"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

2
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'
}

Loading…
Cancel
Save