Skip to content

Commit

Permalink
Add ipython rule
Browse files Browse the repository at this point in the history
  • Loading branch information
hollow-owl committed Feb 13, 2024
1 parent 52e78e8 commit c6b4b2b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,14 @@ rules:
- type: export
key: IMAPFILTER_HOME
value: ${XDG_CONFIG_HOME}/imapfilter

- name: ipython
dotfile:
name: .ipython
is_dir: true
actions:
- type: migrate
source: ${HOME}/.ipython
dest: ${XDG_CONFIG_HOME}/ipython
- name: irssi
dotfile:
name: .irssi
Expand Down

0 comments on commit c6b4b2b

Please sign in to comment.