Adds Arch Linux dotfiles
This commit is contained in:
5
fish/config.fish
Normal file
5
fish/config.fish
Normal file
@@ -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'
|
||||
Reference in New Issue
Block a user