Lemur Pro nixos dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
277 B

2 years ago
  1. set -o vi
  2. export MT_EDITOR=nvim
  3. export VISUAL=nvim
  4. eval "$(starship init zsh)"
  5. f() {
  6. fff "$@"
  7. cd "$(cat "${XDG_CACHE_HOME:=${HOME}/.cache}/fff/.fff_d")"
  8. }
  9. export PATH=~/cp:$PATH
  10. resetcursor() {
  11. printf '\033]50;CursorShape=1\x7'
  12. }
  13. export PS1="$(resetcursor)$PS1"