mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 09:56:39 +00:00
chore(lib): remove use of eval
This commit is contained in:
@@ -363,7 +363,9 @@ finalize_and_go_to_session() {
|
||||
# /Users/jimeh/Projects
|
||||
#
|
||||
__expand_path() {
|
||||
echo $(eval echo "$@")
|
||||
local path="$1"
|
||||
path="${path/#\~/$HOME}"
|
||||
echo "$path"
|
||||
}
|
||||
|
||||
__get_first_window_index() {
|
||||
|
||||
Reference in New Issue
Block a user