Change SCSH interpreter location
This commit is contained in:
parent
65739773b0
commit
cc78d7e58a
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/scsh -s
|
#!/usr/bin/scsh -s
|
||||||
!#
|
!#
|
||||||
;; hlwm-run-or-raise --- Raise a window or start a new process
|
;; hlwm-run-or-raise --- Raise a window or start a new process
|
||||||
;;
|
;;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/local/bin/scsh \
|
#!/usr/bin/scsh \
|
||||||
-o define-record-types -s
|
-o define-record-types -s
|
||||||
!#
|
!#
|
||||||
;; hlwm-switch-tags --- Switch the currently visible tags
|
;; hlwm-switch-tags --- Switch the currently visible tags
|
||||||
|
|
Loading…
Reference in a new issue