Skip to content

Commit 153b94a

Browse files
Enable nushell's clipboard tool
1 parent 82acd22 commit 153b94a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bashrc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/bin/bash
22
# Executed by bash(1) for non-login shells.
33

4+
# https://www.nushell.sh/blog/2026-02-28-nushell_v0_111_0.html#experimental-native-clipboard
5+
export NU_EXPERIMENTAL_OPTIONS=native-clip
6+
47
# Scripts
58
if [ -d ~/scripts ]; then
69
export PATH="$PATH:$HOME/scripts"

0 commit comments

Comments
 (0)