mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Sync from Mac: 2024-10-20 20:14 +0100
This commit is contained in:
parent
f43906adb6
commit
ef7f7d9e14
3 changed files with 6 additions and 1 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
|
|
@ -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