mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-01-09 05:05:06 +00:00
add dotfiles (including kitty & alacritty themes), add proxies, add writing & haskell roles
This commit is contained in:
parent
46bdf4dda0
commit
6561d54f45
346 changed files with 15329 additions and 0 deletions
6
roles/dotfiles/files/.config/fish/config.fish
Normal file
6
roles/dotfiles/files/.config/fish/config.fish
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if status is-interactive
|
||||
# Commands to run in interactive sessions can go here
|
||||
end
|
||||
|
||||
# opam configuration
|
||||
source /home/dragon/Containers/Dev/.opam/opam-init/init.fish > /dev/null 2> /dev/null; or true
|
||||
Loading…
Add table
Add a link
Reference in a new issue