diff options
| author | Indrajith K L | 2024-06-27 17:51:18 +0530 |
|---|---|---|
| committer | Indrajith K L | 2024-06-27 17:51:18 +0530 |
| commit | 57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 (patch) | |
| tree | e78187146c506d5a640545dee99cc3e9860e25dc /fish/config.fish | |
| download | dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.gz dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.tar.bz2 dots-57eb70137b5bbcdabdc0f02eea5477b3e5f845a1.zip | |
Adds Arch Linux dotfiles
Diffstat (limited to 'fish/config.fish')
| -rw-r--r-- | fish/config.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish new file mode 100644 index 000000000..25169ec4e --- /dev/null +++ b/fish/config.fish @@ -0,0 +1,5 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end + +alias open_file='fzf --preview "less {}" | xargs -o vim' |
