mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
Merge branch 'master' of https://github.com/js0ny/dotfiles
This commit is contained in:
commit
5aa5df0f82
3 changed files with 6 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ alias docs="cd ~/Documents"
|
|||
alias dt="cd ~/Desktop"
|
||||
alias down="cd ~/Downloads"
|
||||
alias one="cd ~/OneDrive"
|
||||
alias gdrive="cd ~/Google\ Drive"
|
||||
|
||||
### Aliases ###
|
||||
|
||||
|
|
@ -132,7 +133,7 @@ gvi() {
|
|||
neovide.exe "$target"
|
||||
else
|
||||
if command -v neovide > /dev/null; then
|
||||
neovide "$target"
|
||||
neovide "$target" &
|
||||
else
|
||||
echo "neovide is not installed"
|
||||
fi
|
||||
|
|
|
|||
4
mac/shortcuts/finder_open.applescript
Normal file
4
mac/shortcuts/finder_open.applescript
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
tell application "Finder"
|
||||
activate
|
||||
make new Finder window
|
||||
end tell
|
||||
Loading…
Add table
Add a link
Reference in a new issue