remove sourcing of the static tmux config as it does not exist anymore
Some checks failed
use nix / build (push) Failing after 4m14s
Some checks failed
use nix / build (push) Failing after 4m14s
This commit is contained in:
parent
6d837bdb46
commit
5304f9c156
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@
|
|||
|
||||
envExtra = ''
|
||||
[ -s "/home/cyryl/.jabba/jabba.sh" ] && source "/home/cyryl/.jabba/jabba.sh"
|
||||
tmux source-file ~/.config/tmux/tmux.conf
|
||||
local nixos_version=`which nixos-version`
|
||||
if [[ ! -x "$nixos_version" && ! `uname` == "Darwin" ]]; then
|
||||
source /home/cyryl/.nix-profile/etc/profile.d/nix.sh
|
||||
|
|
Loading…
Reference in a new issue