diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-09-22 13:28:56 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-09-22 13:28:56 +0200 |
| commit | af55c219c694bf4e5c96ced43c5c6ea7a5c5427a (patch) | |
| tree | ba5593f309b1213cef6938875bfd49990383516d /.local/bin/es | |
| parent | cf8b2bacea820d618368e9a54f19fee2072aca29 (diff) | |
add hyprland and alacritty config
Diffstat (limited to '.local/bin/es')
| -rw-r--r-- | .local/bin/es | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.local/bin/es b/.local/bin/es index e162559..f8a6b2e 100644 --- a/.local/bin/es +++ b/.local/bin/es @@ -1,3 +1,7 @@ #!/bin/sh -nvim $HOME/.local/bin/$(ls $HOME/.local/bin | fzf) +path="$HOME/.local/bin/$(ls $HOME/.local/bin | dmenu)" + +nvim "$path" + +chmod +x $path |