Skip to content

Commit

Permalink
Merge pull request #6839 from mrhoribu/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Jun 16, 2024
2 parents c4afdd0 + ea8839d commit 9e2d9e3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setupaliases.lic
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ elsif Script.exists?('xnarost')
end

aliases_to_add.each do |trigger, target|
# UpstreamHook.run("<c>#{$clean_lich_char}alias add --global #{trigger} = #{target}")
Script.run('alias', "add --global #{trigger} = #{target}")
UpstreamHook.run("<c>#{$clean_lich_char}alias add --global #{trigger} = #{target}")
end

0 comments on commit 9e2d9e3

Please sign in to comment.